This plugin allows you to create a search form with more control. Include or exclude post types. Use an Advanced Custom Fields text field on each post to help in the searches. Include or exclude blogs, categories, tags and even custom taxonomies.
This is a premium plugin and available for members only.
The shortcode to use for the search form is the following.
[network-site-search-form]
It may be displayed on any page and sidebar field. Creates a simple text box with a submit button. Easy to redesign using CSS.
On the search results page you would enter the following shortcode which shows the listing in default format.
[network-site-search-results]
So for example on this site the search results page has a post_id of 346. So the shortcode will look like below:
[network-site-search-form search_results_page='346']
Everywhere you put the search form it must include the above parameter so the plugin will know where to display the results. If you don’t add the search_results_page argument it will display the results on the same page as the form. Make sure you have the [network-site-search-results] shortcode on the same page.
Note: It is highly recommended to use a separate search results page for uniformity and can be easily styled to match your theme.
The below parameters may be included with the [network-site-search-form] shortcode.
These parameters are for the search results shortcode – [network-site-search-results].
Shortcode for search form used. Enter any search parameter you would like and see the results.
[network-site-search-form search_results_page='346']
More examples coming soon…