• Resolved jferriga

    (@jferriga)


    to view site – username: flywheel and pw: newdesign
    I may be missing something. I looked through the documentation and couldn’t see how.
    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    You wouldn’t find it in Relevanssi documentation, because it’s not related to Relevanssi.

    What is displayed on the search results page is up to your theme. So, in order to hide the author and the date, you need to adjust your theme settings or modify the theme search results template.

    The easiest way to hide the post meta data on the search results page is with CSS, so that the text does exist on the page, but it’s just not shown:

    .search-results p.post-meta {
        display: none;
    }
    Thread Starter jferriga

    (@jferriga)

    Perfect. That worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide author and date in search results’ is closed to new replies.