![]() |
|
|||||||
| Blog(博客)/Wiki(维客)/RSS/Cms Blog(博客)/、Wiki(维客)、RSS、Cms等WEB 2.0相关技术讨论专区。 |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
IP: 59.60.149.98
|
|||
|
|||
|
打开模板文件index.php,找到:
<?php if (have_posts()) : ?> 在这行代码的上面加入: <?php $count = 1; ?> 找到: <div class=“entry”> 在这行代码的下面加入: <?php if ($count == 1) : ?> 广告代码 <?php endif; $count++; ?> 注:要改变广告在列表中所处的位置,改变$count == 1中的数字即可,例如$count == 2表示将在第二个帖子下显示广告。 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|