How to redirect search to a specific page. Show him an example where we hit search and the search comes up as a regular WordPress search. We want to create a specific page for that search.
WordPress does not work like that. The results page is handled by the theme, and by default the plugin redirects there – the plugin cannot replace that, it is not possible. If you have the results page on a custom URL scheme, you can change the search to redirect to that as well.
Hmm, thank you for reply. I’ll try to figure it out.
Another question I have created a custom field within a post using Advanced Custom Fields plugin but when I go to custom fields in the Ajax Search pro, the custom field I created does not show up. Is there a solution to that?
If there is no value yet assigned to the custom fields, it may not be present in the database yet. Try creating a post with the field, it should show up then.