Technorati Tags for WordPress 2.3
| 开发者 |
gormful
|
| 更新时间 |
2007年10月11日 09:08 |
| PHP版本: |
2.3 及以上 |
| WordPress版本: |
2.3 |
详情介绍:
This plugin allows the user to display Technorati tags 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 tags system: the_techtags('before','separator','after');. This plugin was written to mimic Ultimate Tag Warrior's ability to display Technorati tags.
安装:
- Unzip or extract the file wp23techtags.php.
- Upload the file to your plugins folder (wp-content/plugins/)
- Activate the plugin through the 'Plugins' menu in WordPress
- Simply paste
< ?php the_techtags(); ?> to within The Loop to display the Technorati tags.