How to remove default search (not a plugin search) from a page
-
Hi There,
The following are are theme/plugin I have:
– Zerif Lite
– Category Wise SearchScenario:
I wanted to add custom search to a page.So, I have added the following code to my functions.php of the child theme:
add_shortcode(‘demoSearch’, ‘get_search_form’);And in my page, I just add this shortcode:
[demoSearch]This basically adds search to my page.
However, the issue I have is that it adds the default search and not the plugin “Category Wise Search” Search, I have installed..How do I add the “Category Wise Search” instead of default search to my page.
Your help is highly appreciated.
Regards,
Agresh
- The topic ‘How to remove default search (not a plugin search) from a page’ is closed to new replies.