msgbartop
我们一起体验wordpress吧!
msgbarbottom
20 四 09

在wordpress首页日志中中显示广告

在 index.php 文件,找到这一行: <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
显然这是 WP 主循环的起点。
在前面增加下代码: (全文…)

Tags: , ,