This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Specific page searches?

#26317
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The general problem with this is, that each page is stored as one single object within wordpress (as a post type object). The plugin therefore can only return the whole page as one single result. This then would not work, the plugin would only return the same exact page every time.
If you have a set of pages/posts/post types, that are categorized in some way, then you can restrict the search to those categories only.