I don't need to search for pages in my site and only want to search posts, is there a way to do it? Thanks
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
The below should make the page post type no longer search-able.
|
|||||||
|
|
The following in functions.php also works well:
|
|||||||
|
|
put this in your search.php
right below this code -> you can find more on here http://wordpress.org/support/topic/possible-search-only-posts-exclude-pages |
|||||||||
|
