Archive for the 'Wordpress' Category

WordPress Google Map ShortCode

ShortCode扩展其编辑器的快捷方式,能快速的实现一些常用的插入功能。

比如,你要经常在blog里贴程序代码,SyntaxHighlighter这个插件就提供了插入代码的ShortCode

自己写一些常用的ShortCode也很简单,有人以Google Map为例,做了个示例
在模板functions.php文件里加入下列php代码:
阅读全文 »

Posted on 22nd January 2010
Under: Wordpress | No Comments »

Avatar, ps Wordpress Avatar

Avatar,此Avatar彼Avatar,不是电影啦,是回复的的头像。
我看别人的blog的时候,看到回复里的人都有头像,但是我的blog里却不会,一直觉的很奇怪。Google了一下,看到从2.5开始就支持使用Gravatar了呀。我的blog虽然升级不怎么及时,却也是2.8的啦。怎么回事呢?
再Google,原来是我使用的这个theme不太好,大概用这个theme的时候还没支持avatar功能。这个theme的comments.php里是一项项写死的,而不是用的wp_list_comments()方法。
那就简单了,把这个theme的comments.php里关于显示回复的那段代码替换下就行了。
阅读全文 »

Posted on 21st January 2010
Under: Wordpress | No Comments »