Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Frequently Searched Words

Descrizione

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

Screenshot

  • 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.

Installazione

  • A plug-in installation screen is displayed in the WordPress admin panel.
  • It installs in wp-content/plugins.
  • The plug-in is activated.

Recensioni

Bad

26 Luglio 2021
bad, unresponsive support
Leggi la recensione di 1

Contributi e sviluppo

“Frequently Searched Words” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Frequently Searched Words” è stato tradotto in 2 lingue. Grazie a chi traduce per il contributo.

Traduci “Frequently Searched Words” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

2.1.3 (2021-02-14)

  • Check : WordPress version 5.6.1 operation check.

2.1.2 (2019-03-11)

  • Check : WordPress version 5.1.0 operation check.

2.1.1 (2019-01-18)

  • Check : WordPress version 5.0.3 operation check.

2.1.0 (2019-01-09)

  • Updated : Added line number.
  • Check : WordPress version 5.0.2 operation check.
  • Check : WordPress version 5.0.1 operation check.
  • Check : WordPress version 5.0.0 operation check.

2.0.0 (2018-08-08)

  • Updated : If there are zero search results, do not register keywords.
  • Checked : WordPress version 4.9.8 operation check.
  • Checked : WordPress version 4.9.7 operation check.

1.1.2 (2018-06-18)

  • Checked : WordPress version 4.9.6 operation check.
  • Checked : WordPress version 4.9.5 operation check.
  • Checked : WordPress version 4.9.4 operation check.
  • Checked : WordPress version 4.9.3 operation check.

1.1.1 (2018-01-24)

  • Checked : WordPress version 4.9.2 operation check.

1.1.0 (2017-12-04)

  • Checked : WordPress version 4.9.1 operation check.
  • Checked : WordPress version 4.9.0 operation check.
  • Updated : ShortCode copy.
  • Fixed : SSL decode save.

1.0.8 (2017-11-07)

  • Checked : WordPress version 4.8.3 operation check.

1.0.7 (2017-09-25)

  • Checked : WordPress version 4.8.2 operation check.

1.0.6 (2017-08-23)

  • Checked : WordPress version 4.8.1 operation check.

1.0.5 (2017-06-15)

  • Checked : WordPress version 4.8.0 operation check.

1.0.4 (2017-05-19)

  • Checked : WordPress version 4.7.5 operation check.

1.0.3 (2017-05-02)

  • Fixed : Half width conversion omission.

1.0.2 (2017-04-24)

  • Checked : WordPress version 4.7.4 operation check.
  • Fixed : Exclude whitespace.

1.0.1 (2017-03-08)

  • Checked : WordPress version 4.7.3 operation check.

1.0.0 (2017-02-24)

  • The first release.