Hi,
On my website http://oasure.fr/presentation , I would like for it to be no dates when I search for something, like here:
and when I search there is only the dates and not the title of the pages, like here:
How can I change this ? I would just like the title and not the date. Thank you for your help!
Kind regards,
Oasure
Hey oasure,
Add this to quick css:
#searchform .ajax_search_excerpt{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you for your help ! How do I also remove the date on the search results page (see 2nd picture) please ?
Also as you can see there is no title in the search results because I removed the title on the post page by adding:
.post-title {
display: none;
}
But how can I remove the title only on the post page and keep it in the search results?
Thanks so much !
Hi,
Please use the code as following
.search .post-title {
display: none;
}
Best regards,
Yigit
Hi, sorry but it’s not exactly what I wanted, here is what I would like to do on my website:
– no dates on the search page
– show the post title on the search page
– hide the post title on the post pages
Thanks for your help !
Kind regards,
Oasure
Hi,
Did my code take care of your first issue? If so we can focus on the second 2.
Best regards,
Jordan Shannon