在WordPress首页文章列表中插入广告代码
RSS

在WordPress首页文章列表中插入广告代码

类别: 杂七杂八   时间: 2008-01-25   标签:

  打开模板文件index.php,找到:

<?php if (have_posts()) : ?>

  在这行代码的上面加入:

<?php $count = 1; ?>

  找到:

<div class=“entry”>

  在这行代码的下面加入:

<?php if ($count == 1) : ?>
广告代码
<?php endif; $count++; ?>

  注:要改变广告在列表中所处的位置,改变$count == 1中的数字即可,例如$count == 2表示将在第二个帖子下显示广告。

Bluehost.com Web Hosting $6.95

本文Dao Blog - 道博客版权所有,可转载,但需注明出处:http://www.daoblog.com/wordpress-ads-code.html

下篇文章: Windows Liver Writer 介绍
上篇文章: 全球排名前100位的博客都使用什么Blog系统
"在WordPress首页文章列表中插入广告代码" was posted on Friday, January 25th, 2008 at 4:21 pm.

发表评论

 
最新文章
随机文章