Frequently Searched Words Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
You can check the count number of words searched in the site search in the administration menu.
If you paste the following shortcode into a template, post, etc., you can output it.
[ Example ]
<?php
if ( shortcode_exists( 'wp-frequently-searched-words' ) ) {
echo do_shortcode( '[wp-frequently-searched-words]' );
}
?>
Attributes that can be set for short code
- id : e.g) id=”example”
- class : e.g) class=”example”
- limit : e.g) limit=”5″ (default: 10)
Contact
- email to foundationmeister[at]outlook.com
- twitter @miiitaka
Screenshots
-
Save the word you searched in the site search and display it in a favorite place with a short code.
-
You can see the number of words searched on the administration menu.