Update Theme to Support Tags

Wordpress 2.3以后就自带tag了。不过由于使用dreamhost的方便的one-click install,导致我才发现这个新增的功能(也从来不看dashboard上的信息)。于是花了些时间看了一下并修改了自己的theme来支持tag。

看上去一切都工作了,有时间的话就给每个blog entry都加上tag。是不是应该把tag加到meta里去,以加强SEO?不过我这个丑陋的theme连h1都没有输出过,就还是不SEO了吧。 :p

主要用到以下几个新增的方法:

the_tags($prefix, $separator, $postfix); // in single page and archive page

wp_tag_cloud(); // tags page

single_tag_title(); // archive page or tag page

Related Posts

Leave a Reply