Hi, is there a way for me to exclude a specific post type from appear in my search results?
Thanks!
Hi, is there a way for me to exclude a specific post type from appear in my search results?
Thanks!
You don't need of this plugin.
When you register your post type (register_post_type) then use the 'exclude_from_search' => true
http://codex.wordpress.org/Function_Reference/register_post_type
yeah.. i saw that after i post this.
Thanks for the tip.
You must log in to post.