正在加载...

3D от Zamak

Popularity: 18%

| | |

home delivery

Popularity: 15%

| | |

Gabrielle Hennessey

图片来自前日随便逛到的某忘记链接的俄罗斯图库网站,叼着灯泡照相这事还挺有趣的。

Popularity: 22%

| |

Winnie@honeypot

Popularity: 22%

| |

Digg^_^

Popularity: 26%

| |

WordPress 2.6让你的留言头像丰富多彩

WordPress 2.6中文版更新以后,我才正正经经的看了看新的后台变化,尤其是对theme制作来说,必须要知道哪里的变化是必须改进的。

丰富的头像选择。除了默认的头像之外,2.6在gravater上又增加了三个新选择,统统是可以根据用户的信箱地址生成唯一的头像——以避免没有注册gravater服务的留言用户头像千篇一律。没记错的话这三个新头像模式好像原来都是插件,应该是集成进去了。

博主只需要前往后台-设置-评论进行设置即可。

当然,对于某些主题(比如我的)来说,这样的设置还不够。因为有些主题设置了单独的默认头像。如果你使用的也是这样的主题(更改后台头像设置后前台没有看到五彩缤纷的用户头像),那么也很简单,比如我的主题关于头像部分的代码是(comments.php中):

  1. <?php echo get_avatar( $comment, 32, 'http://www.underone.com/wp-content/uploads/2008/04/avatar.png' ); ?>

只需修改为

  1. <?php echo get_avatar( $comment, 32 ); ?>

然后再到前台找个留言多的post看看,是不是头像都变得花里胡哨了?

Popularity: 46%

| | | |

Gravatar.com is Down for Maintenance

一直懒得去搞,前两天弄wp插件的时候妄图实验,结果……

Recent difficulties with my host are preventing me from allowing logins or signups (you wouldn't be able to upload a new gravatar). I am working on this problem and hope to have it resolved soon. In the meantime, please keep up with site events at the Gravatar Weblog.

Popularity: 21%

| | |

more

more.gif

Popularity: 19%

|