在 WordPress 第一篇文章里添加广告

六月 13th, 2010 hew Posted in WordPress No Comments »

在首页第一篇文章的下面显示 广告,其他的文章下面没有广告.

1、打开当前所用主题的index.php文件,找到:

< ?php if (have_posts())

2、在前面添加代码:

< ?php $count = 1; ?>

Tags: , ,


Page 5 of 512345