Hello, I added a directory plugin to my site, but none of the pages created by the plugin are searchable. Is there a way to use the search in the menu bar and have it find the pages generated by the directory plugin?
Hi!
As far as I know the search in the menu is only using the default WordPress search. So the plugins custom post type needs to be set as searchable.
The WordPress search also only searches content inside the page so page titles or page slugs aren’t going to get picked up.
Regards,
Devin
How can you set the custom post type as searchable?
Thank you
That would be from whatever plugin or custom post type function you have set. See: http://codex.wordpress.org/Function_Reference/register_post_type
It should however be searchable by default I believe. If its a plugin you can check with the author(s) for more specific information.
ok thank you