
內容簡介
Recent Popular Tags WordPress 外掛允許管理員顯示最近由文章作者使用的熱門標籤。
此外掛非常適用於時事網站,因為它讓管理員可以設置要顯示的標籤數量以及要考慮的最近天數... 不再顯示來自兩年前的熱門標籤!
預設用法
在每個博客文章下方顯示標題和最近熱門標籤。
短碼
使用短碼 [recent-popular-tags] 在博客文章、頁面、自訂文章類型或文字小工具中顯示最近熱門標籤。
模板標籤
使用 <?php if ( function_exists('rpt_display_content') ) { echo do_shortcode('[recent-popular-posts]')} ?> 在您的模板檔案中顯示最近熱門標籤。
小工具
在「文字」小工具中使用 [recent-popular-tags] 以在側邊欄中顯示最近熱門標籤。
外掛標籤
開發者團隊
原文外掛簡介
Recent Popular Tags WordPress plugin allows the administrator to display the most popular recently used tags by post authors.
This plugin is very valuable for current events websites because it gives admins the ability to set the number of tags to display and how many days to consider as “recent”… No more popular tags displaying from two years ago!
Default Usage
Heading and Recent Popular Tags will be displayed beneath each blog post.
Shortcode
Use shortcode [recent-popular-tags] to display Recent Popular Tags anywhere in blog posts, pages, custom post types or in a text widget.
Template Tag
Use to display Recent Popular Tags in your template files
Widget
Use [recent-popular-tags] in a “Text” widget to display Recent Popular Tags in a sidebar
