I would like that WP search engine search only posts (now it search posts & pages) – anyone know how to do that?
Leave a Reply
You must be logged in to post a comment.
I would like that WP search engine search only posts (now it search posts & pages) – anyone know how to do that?
You must be logged in to post a comment.
So first, in the functions.php file in your theme, add this function:
}
Next, in your search.php file in your theme (where your search results are displayed, you want to add the following line right after the loop. It should look like this: