Hi
i have one more problem. How do i remove date and author and comments from the search results?
Ive tried
adding the following to custom css
.search .entry-meta {
display: none;
}
adding the following to editor
<style>
.author-link, .date_of_post { display:none }
</style>
Still no good. Thanks!