這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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 <?php if ( function_exists('rpt_display_content') ) { echo do_shortcode('[recent-popular-posts]')} ?> 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

螢幕擷圖

  • The Recent Popular Tags WordPress plugin settings page. Enter a heading, number of tags to display and number of recent days.

  • The default display of Recent Popular Tags plugin is below the content on blog posts. Recent Popular Tags uses your theme's default h3 styling and default a styling, expect with text-transform:uppercase applied.

  • Use the Recent Popular Tags shortcode [recent-popular-tags] in a Text widget to display Recent Popular Tags in a sidebar or widgetized area.

安裝方式

  1. Go to Dashboard >> Plugins >> Add New >> Search
  2. Search for “Recent Popular Tags,” click “Install Now,” then “Activate Plugin”
  3. Go to “Recent Popular Tags” settings and enter heading, number of days and number of tags. The plugin will display below each blog post

Use shortcode [recent-popular-posts] to display “Recent Popular Posts” in a blog post, page or a text widget

Use <?php if ( function_exists('rpt_display_content') ) { echo do_shortcode('[recent-popular-posts]')} ?> to display “Recent Popular Tags” in your template files

常見問題集

How can I disable Recent Popular Tags from displaying below every blog post

This feature is coming soon. Until then, you can add .type-post .recent-popular-tags:last-of-type{display:none} to your theme’s style.css to remove it.

使用者評論

閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Recent Popular Tags〉的開發相關工作。

參與者

將〈Recent Popular Tags〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.3

  • Improved usage instructions on plugin page and settings page

0.2

  • Fixed bug that always “displayed” heading, even when a heading was not entered. Recent Popular Tags heading will not be displayed when a heading is not entered in the settings

0.1

  • First version of Recent Popular Tags WordPress plugin