Created: 04/04/2016
By: TeamDev
Email: php-cms@teamdev.com
Thank you for purchasing our plugin. If you have any questions that are beyond the scope of this help file, please feel free to email via our profile page contact form here. Thanks so much!
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:
[wcstm_popular_search title='Popular Search Terms' number=5]
Parameters:
[wcstm_recent_search title='Recent Search Terms' number=5]
[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; });
Can I use plugin without WooCommerce installed?
Yes, for sure.
Will autocomplete work if I have custom search form?
Yes, just setup correct CSS selector in autocomplete settings.
What is search term redirect?
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.
What is popular search terms?
This is a widget that shows list of most popular search queries on your site.
What if I need this plugin customised?
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.
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.
Once again, thank you so much for purchasing this plugin. We would be glad to help you if you have any questions relating to this plugin. No guarantees, but we'll do our best to assist. If you have a more general question relating to the plugins on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.
TeamDev