八 25th, 07
Wordpress显示相关文章的插件-Simple Tagging
Simple Tagging 主页/下载
使用:
把wordpress 2.1 template files for default theme这个文件夹下的pagetemplate.simpletagging.php和 pagetemplate.tagcloud.php两个文件复制到你当前正在使用的模板目录中去,把style.css里关于插件的描述复制到正在使用的模板style.css中.其它的连同最上层的文件夹复制到/wp-content/plugins
1. 显示每篇文章的 tags
<?php STP_PostTags(); ?>
2. Tag 云功能
<?php STP_Tagcloud(); ?>
3. 显示相关文章
<?php STP_RelatedPosts(); ?>
P.S.作个小笔记,以免忘记