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.作个小笔记,以免忘记

本文地址 : http://xinyoo.net/20070825/wordpress%e6%98%be%e7%a4%ba%e7%9b%b8%e5%85%b3%e6%96%87%e7%ab%a0%e7%9a%84%e6%8f%92%e4%bb%b6-simple-tagging.html
如果你对本文感兴趣,欢迎订阅我的博客

Leave a Reply