最近twitter在中文博客圈子里火起来了,相关的插件、修改方法也出了不少。下面介绍一种在WordPress上显示你的Twitter followers数量的方法。
打开functions.php,添加如下代码:
...
WordPress mu 2.7.1 正式发布
2009-04-23
WordPress mu 2.7.1 正式发布了,可以从这里下载。
WordPress mu是基于WordPress多用户版博客建站软件,用WordPress mu可以搭建BSP网站,让每个用户都有一个独立的博客。
...
常用函数-get_404_template()
2009-04-22
常用函数-get_404_template()
说明
检索当前模板或父模板的404模板路径
用法
<?php get_404_template() ?>
参数
...
常用函数-get_archive_template()
2009-04-22
常用函数-get_archive_template()
说明
在当前模板或父模板中检索存档模板路径
用法
<?php get_archive_template() ?>
...
常用函数-get_query_template()
2009-04-22
常用函数-get_query_template()
说明
不用扩展名检索文件路径。
该函数可不检查文件扩展名而快速检索文件路径。若文件存在,函数也可以用locate_template()查看父模板。如果不使用其...
常用函数-get_theme_root_uri()
2009-04-22
常用函数-get_theme_root_uri()
说明
检索 主题 目录的URI。
没有结尾斜线。
用法
<?php get_theme_root_uri() ?&g...
常用函数-get_theme_root()
2009-04-22
常用函数-get_theme_root()
说明
检索主题 目录的路径。
没有结尾斜线。
用法
<?php get_theme_root() ?>
参数
...
常用函数-get_current_theme()
2009-04-22
常用函数-get_current_theme()
说明
检索当前主题目录
用法
<?php get_template_directory() ?>
参数
...