• Hi

    I want to remove the author, date and page title from the search result. I only want the search result to display the content of the pages found.

    In other words I am trying to make the search result to go from this:

    https://sikkervaccination.dk/?s=thailand

    To this:

    https://sikkervaccination.dk/thailand

    How do you do that? Is there a simple .css code that resolves this matter?

    Thanks

    [Per the Forum welcome we ask you NOT bump posts. We use the ‘no replies’ search on these forums regularly to find people who still need help. By bumping, you remove yourself from that list and make it HARDER for us to find you!]

Viewing 1 replies (of 1 total)
  • dan.tee

    (@dantee)

    Easy. Go to search.php and find where it says something like this:
    <?php include (TEMPLATEPATH . '/_/inc/meta.php' ); ?>
    Either remove it or comment it out to check before removing. If you’re not familiar with PHP commenting, just put ‘//’ after the first ?php

    Hope that’s what you were looking for.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove author and date from search result’ is closed to new replies.