1、到后台风格编辑-showthread-showthread_post编辑;
2、找到
Code:
<div align='left' style='padding-bottom:10px' class="posttop">
{$post['row']['post_icon']} {$post['row']['dateline']}
</div>
在其后面添加以下代码:
Code:
<div align=center>
<if="$post['row']['postcount']==1">
<!-- ad开始 -->
<hr color='#E7E3E7' size=1>
<table width="98%" border="0" align="center" cellpadding=0 cellspacing=0>
<tr align="center">
<td height="60">
你的google广告代码
</td>
<td>
你的google广告代码
</td>
</tr>
</table>
<hr color='#E7E3E7' size=1>
<!-- ad结束 -->
</if></div>
3、保存后就一切搞定。懂html的可以根据自己喜好随意设置广告框背景,原理上大体就是这些,希望大家喜欢。