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
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.
