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

Category Cloud Widget

外掛說明

The Category Cloud Widget is a widget that displays your categories as a tag cloud in your sidebar.

Examples

You can see this in action on my site: http://leekelleher.com/linklog/

Special Thanks

Thank you to Matt Kingston, as this widget was based on his Weighted Categories plugin.
Thanks to Peter Hasperhoven for introducing the ‘minimum number of posts’ option.

安裝方式

  1. Firstly, if you are running WordPress 2.1 or lower, please make sure you have the Widget plugin available at http://automattic.com/code/widgets/
  2. Copy category-cloud.php to your plugins folder, /wp-content/plugins/widgets/
  3. Click the ‘Activate’ link for Category Cloud Widget on your Plugins page (in the WordPress admin interface)
  4. Go to Presentation->Sidebar Widgets and drag and drop the widget to wherever you want to show it.
  5. Use the configuration menu to customise the widget.

常見問題集

How do I find the widget configuration menu?

In the WP Admin, navigate to Presentation->Sidebar Widgets. Click on the small configure icon in Category Cloud widget; Edit options to suit your requirements; Save changes; Done.

Does this work with the Sidebar Modules (SBM) plugin?

Yes, it should work fine with the latest version of SBM.
Just remember that you will need to activate the widget via the Plugins panel.

Can I modify the permalinks of the category URLs?

No you can’t. That is beyond the scope of this plugin.

How do I change the colour of the links?

Since every WordPress Theme is styled differently, sometimes the CSS styles aren’t applied to the Category Cloud widget.
If you are experiencing any problems with the style (i.e. the colour of the links), add the following CSS rules to the style.css file in your theme:

.catcloud a {color:blue;}
.catcloud a:hover {color:red;}

Make sure that you change the colour values above to match your theme’s style/colour-scheme.

My theme puts each category link on a new line, how can I stop this?

Sometimes theme developers do include CSS style rules that force each hyperlink in your sidebar to be on a new line.
The easiest way to prevent that from happening is to add the following CSS rule to your style.css file in your theme:

.catcloud a {display:inline!important;}
I can’t find the configuration menu for the widget!

For more information about how to administer and configure your widgets, please refer to the WordPress documentation:

https://codex.wordpress.org/Widgets_SubPanel
http://automattic.com/code/widgets/use/

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Category Cloud Widget〉的開發相關工作。

參與者

將〈Category Cloud Widget〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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