Archive for the Tag: 'wordpress'

Using Gravatar

原来wordpress 2.5已然有了Gravatar的支持, 不过也应该, 毕竟同一个公司. 个人很喜欢Gravatar, 简单易用, 而且用它服务的软件, 社区非常多.  不过想来Live, Google, Facebook… 这样的主应该是不会embracing这样的小东西了吧. 我很喜欢它, 希望全世界都用它.

大清早起床后, 终于升级到2.5, 并把theme更新了一下. 有了avatar, 希望有更多回复. :D

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