-
the option for opening two links.
2019-08-13 ver 4.0.1
From Your WordPress Dashboard
Via File Upload
Once Activated
Plugin Settings:
Here you can configure search settings for your needs.
Adding New Search Term (manually):
Here you can manually add new search term. Also plugin creates new search term record automatically when someone searches through the site. The same screen you see when you editing existing search term.
List of all Saved Search Terms:
Here you can see all your search terms on your site.
Reports Screen:
Here you can see and analyze stats on your site search usage.
Plugin Widgets:
Here you can add plugin widgets to your sidebars.
Recent Search Terms Widget:
Search Terms Cloud Widget:
Popular Search Terms Widget:
Search Manager plugin provides with three shortcodes for embedding into the post content.
Search Cloud Shortcode
[wcstm_search_cloud smallest=5 largest=10 cold='CCCCCC' hot='000000' number=5]
Parameters:
Popular Search Shortcode
[wcstm_popular_search title='Popular Search Terms' number=5]
Parameters:
Recent Search Shortcode
[wcstm_recent_search title='Recent Search Terms' number=5]
Search Form Shortcode
[wcstm_search_form]
Add wcps=’1′ parameter to the shortcode if you need to display WooCommerce search form.
Hooks in WordPress core, plugins and themes essentially allow you to manipulate code without editing core files. So you can change third-party plugin behaviour from your own theme or plugin and keep future updates as well.
Plugin Hooks
Reports Filter
Let’s add custom statistical data to the report table:
add_filter('wcstm_custom_period_with_results', function($periods) { $periods['custom']['title'] = __('Custom period'); $periods['custom']['start_date'] = '2016-01-02'; $periods['custom']['end_date'] = '2016-01-05'; return $periods; });
We’ve used the following javascript libraries as listed.
Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.
jQuery Validation Plugin licensed under the MIT license.
Yes, for sure.
Yes, just setup correct CSS selector in autocomplete settings.
This feature allows you to point user to correct page skipping search results. E.g. user searches for ‘iphone 6s’ and you redirect it to the appropriate page instead of showing search results by this query.
This is a widget that shows list of most popular search queries on your site.
We can help you tuning the plugin up to your needs, or even creating a new one from scratch, per your requirements. Drop us your request and we will get back with the estimate shortly.
the option for opening two links.
2019-08-13 ver 4.0.1
Bug fixed.
2018-05-08 ver 4.0.0
NOTHING YET