-
四09
wordpress显示最新评论和最新文章
Posted in 技术·学习, -
1.显示最新文章
有一个现成的方法可以调用.修改siderbar,加入<?php get_archives(’postbypost’, 10); ?>
2.显示最新评论
插件的官方地址是:http://rmarsh.com/plugins/recent-comments/
安装这个插件之前还需要安装一下Post-Plugin Library,安装方式很简单,下载回来后解压缩到/wp-content/plugins/,然后进入后台管理,激活它.
调用方式:
<?php recent_comments(); ?>效果见本博.