正在加载...
Some Day Some Where

12

Oct

2007

WordPress文章数量判断函数

[Category:部落格//Be Blogger] • [Tag: ,]

不是代码男,所以有点小成果就容易小兴奋。

simple tags插件可以提供related posts功能,但是现在使用的主题其首页和单篇文章共用了index.php这个模板,目标是只在浏览单篇文章时显示related posts,如果只添加<?php st_related_posts(); ?>显然无法完全满足要求,因为无法在首页控制它不显示出来。

在常去的几个技术blog中没有找到解决办法,无意在桑林志中看到了一些信息,又结合wordpress中文文档,终于得到如下代码:

<?php if ($single) {st_related_posts();} else {} ?>

加到index.php中,解决之。

One Response to “WordPress文章数量判断函数”

  1. 借用一下..试试.

Leave a Reply

Comments will be sent to the moderation queue.

Notify me when new comments are added//有新评论时通知我