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

Wp Tag Magic Widget

描述

This plugin allows you to add a tag/category cloud with count widget to your sidebar or use a shortcode to show a category/tag cloud with count in post & page. You can select color combination of cloud, the minimum number of posts in a category to show and which categories to include or exclude.

Features

  • Use as a widget or shortcode
  • Configurable color combination of your cloud display
  • Order by number of posts in each category or alphabetically
  • Specify the minimum number of posts that a category has to have before it shows
  • Specify categories to include or exclude, or use them all

Usage

Shortcode
Optionally enter [tagmagic] in a page or post to show the category cloud. See the FAQ for examples.

Title
This is the usual widget title that will appear in your theme’s sidebar.

Order by

Choose between ordering by number of posts in a category, or alphabetically by category name.

Show by
Either the category with the most posts first or the category with the fewest posts first if using Order by: count, or A-Z or Z-A if Order by: name.

Minimum number of posts
Categories where the total number of posts is less than this number will not be shown. Set to 1 to hide empty categories.

Comma separated category IDs
If you only want to include specific categories, enter their IDs in a list. If you want to exclude a category, enter its ID as a negative number. Leave blank for all categories.

  • Example: 1,10,20
    This will create a category cloud with only categories 1,10,20 in it.

  • Example: -1,-3
    This will create a category cloud hiding categories 1 and 3.

Parent category ID
If you only want to include categories cloud of particular parent category, enter their IDs in a list. Leave blank for all categories.

  • Example: 1
    This will create a category cloud of parent category 1.

常見問題

How to show categories clouds of particular parent category?

Enter its ID in ‘Parent category ID’

How to I hide empty categories?

Set the minimum number of posts to 1.

How do I exclude a category?

Enter its ID as a negative in the ‘Comma separated category IDs’ field e.g. to exlude category 5, enter -5

How do I specify options when using the shortcode?

Override the following defaults:

  • color: red
  • orderby: name
  • order: ASC
  • min_count: 1
  • cats_inc_exc
  • cats_inc_parent

Examples

  • [tagmagic]
  • [tagmagic order=”DESC”]
  • [tagmagic color=”red”]

評價

There are no reviews for this plugin.

貢獻者及開發者

“Wp Tag Magic Widget” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Wp Tag Magic Widget 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0

  • Initial version of the plugin