Frequently Searched Words

0

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. [ Ex

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_languages
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

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