• Resolved justjoeca

    (@justjoela)


    Hi! First I would like to say: Great Theme!!

    How can I customize the search results page. At the least how can I Remove the date and author from the search results.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • hello.

    to customize your search results page, go to appearance > editor > Search Results
    [ or replace site.com with your url site.com/wp-admin/theme-editor.php?file=search.php&theme=fruitful+theme ]

    now add this bit of style right after get_header(); ?> :

    <style>
    .author-link, .date_of_post { display:none }
    </style>

    also, you may want to wait for the author’s advice, it’s their own awesome theme !

    Thread Starter justjoeca

    (@justjoela)

    Worked 4 me! Thanks!

    you are welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Date and Author From Search Results’ is closed to new replies.