Technorati Tag Cloud for WordPress 2.3
开发者 |
gormful
|
更新时间 |
2007年10月19日 07:24 |
PHP版本: |
2.3 及以上 |
WordPress版本: |
2.3 |
详情介绍:
This plugin allows the user to display a Technorati tag cloud instead of the native tags in WordPress 2.3. It uses WordPress 2.3's native tagging/taxonomy system. The formatting of the output is the same as of the native tag cloud system: wp_techtag_cloud();
.
Update: The title tag in the links have been updated to reflect the name and not the number of articles with the tag.
安装:
- Unzip or extract the file wp23techtagcloud.php.
- Upload the file to your plugins folder (wp-content/plugins/)
- Activate the plugin through the 'Plugins' menu in WordPress
- Simply paste
<?php wp_techtag_cloud(); ?>
anywhere in your template to display the tags.