Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #876152

    Hi,
    On my website http://oasure.fr/presentation , I would like for it to be no dates when I search for something, like here:
    https://i.imgur.com/IqhB9l8.png

    and when I search there is only the dates and not the title of the pages, like here:
    https://i.imgur.com/bpagvYo.png

    How can I change this ? I would just like the title and not the date. Thank you for your help!

    Kind regards,

    Oasure

    • This topic was modified 6 years, 5 months ago by oasure.
    #876278

    Hey oasure,

    Add this to quick css:

    #searchform .ajax_search_excerpt{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #876686

    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 !

    #876707

    Hi,

    Please use the code as following

    .search .post-title {
    display: none;
    }

    Best regards,
    Yigit

    #879213

    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

    #879218

    Hi,

    Did my code take care of your first issue? If so we can focus on the second 2.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.