Frequently Searched Words Wordpress Plugin - Rating, Reviews, Demo & Download

Frequently Searched Words Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

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

  1. <p>Save the word you searched in the site search and display it in a favorite place with a short code.</p>

    Save the word you searched in the site search and display it in a favorite place with a short code.

  2. <p>You can see the number of words searched on the administration menu.</p>

    You can see the number of words searched on the administration menu.


Reviews & Comments