custom post types not searched
-
hi
I installed this plugin a few months ago and I have a custom post type called Staff. When I installed the plugin it searched posts and staff without issue but now the default search is ignoring the staff post type. Its searching posts/pages just fine but ignoring the custom post type of staff.If I put in a hidden field:
<input type=”hidden” name=”post_type” value=”staff”>
it will search only staff (and brings the results back fine), if I try putting in “staff,post” it will only search posts.In the search index without Staff, theres 600 old records, with staff its 900+ so I know its indexing ok but for some reason its ignoring staff when it searches posts.
Im not using a custom search page. Does anyone have any ideas what could cause this?cant figure it why it would suddenly refuse to load the custom post type alongside the posts.
The topic ‘custom post types not searched’ is closed to new replies.