Frequently Searched Words

plugin banner

It is possible to register and display frequently searched words in site search.

Author:Kazuya Takami (profile at wordpress.org)
WordPress version required:4.7.2
WordPress version tested:5.6.4
Plugin version:2.1.3
Added to WordPress repository:14-02-2017
Last updated:14-02-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:20
Rated by:1
Plugin URI:https://github.com/miiitaka/wp-frequently-sea...
Total downloads:2 256
Active installs:100+
plugin download
Click to start download

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
ChangeLog