
內容簡介
你可以在管理選單中檢查網站搜尋中搜索的詞語數量。
如果你將以下shortcode粘貼到模板、文章等中,就可以輸出它。
[ 範例 ]
<?php
if ( shortcode_exists( 'wp-frequently-searched-words' ) ) {
echo do_shortcode( '[wp-frequently-searched-words]' );
}
?>
可以為短代碼設置的屬性
id : e.g) id=”example”
class : e.g) class=”example”
limit : e.g) limit=”5″ (預設: 10)
聯繫
發送電子郵件至foundationmeister[at]outlook.com
Twitter帳號@miiitaka
外掛標籤
開發者團隊
原文外掛簡介
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 ]
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
