Wordpress标签云插件: WP Cumulus

December 22nd, 2009 by jacky Leave a reply »

在网上搜索Wordpress的标签云插件,无意间发现WP Cumulus。这是我见过最漂亮,最喜欢的标签云。它是用Flash+JS实现的超炫Wordpress标签云效果。先看看效果吧!

Demo见本站右侧下方的标签云或者见作者( Roy Tanck )的Demo页面:You can see it in action here! |下载(DOWNLOAD):Download WP Cumulus

安装与配置很简单,不会浪费很多时间。这个标签云支持小工具(widget),同样也支持在页面调用。简单的介绍安装和使用。

Installation

1.    Make sure you’re running WordPress version 2.3 or better. It won’t work with older versions. Really.
2.    Download the zip file and extract the contents.
3.    Upload the ‘wp-cumulus’ folder to your plugins directory (wp-content/plugins/).
4.    Activate the plugin through the ‘plugins’ page in WP.
5.    See ‘Options->WP Cumulus’ to adjust things like display size, etc…

要点:安装这个插件一定要在WordPress-2.3或更新的版本上,它不能工作在老版本上。解压插件后把wp-cumulus整个目录上传,记 住不要重命名。支持运行WordPress服务器的PHP版本要在5.2或更高版本之上,对于这个,我还用了半天的时间去升级php和MySQL,嘿嘿 :)

In order to actually display the tag cloud, you have three options.

1.    Create a page or post and type [WP-CUMULUS]anywhere in the content. This ‘tag’ will be replaced by the flash movie when viewing the page.
2.    Add the following code anywhere in your theme to display the cloud. <?php wp_cumulus_insert(); ?> This can be used to add WP Cumulus to your sidebar, although it may not actually be wide enough in many cases to keep the tags readable.
3.    The plugin adds a widget, so you can place it on your sidebar through ‘Design’->’Widgets’. The widget uses a separate set of settings, so it’s possible to have different background colors, sizes, etc.

要点:使用[WP-CUMULUS]放置页面或文章里,注意应该用半角,并且每每个页面或文章中,只能有一处地方显示。<?php wp_cumulus_insert(); ?> 是放置到主题中模版页面中。widget可以在后台自行添加,这程是最方便。

About the options

使用页面函数调用:<?php wp_cumulus_insert(); ?> ,可以通过后台修改它的参数(设置->WP Cumulus)。

Advertisement

Leave a Reply