原帖由 reader 于 2008-10-6 17:57 发表
前两个文章标题上都插广告,那个是怎样弄的 ?
首页模板代码:- <?php get_header(); ?>
- <div id="mainBox">
- <div id="content">
- <div style="padding-left:10px;">
- <a href="http://shedewang.com/i_9a865ff036641974_reg_1.htm" target="_blank"><strong><font color="red">成千上万免费赠品!</font></strong></a>
- <a href="http://www.chanet.com.cn/click.cgi?a=1300&d=9563&u=&e=" target="_blank"><strong><font color="blue">免费注册送30积分和精美目录</font></strong></a>
- <a href="http://www.chanet.com.cn/click.cgi?a=669&d=18280&u=&e=" target="_blank"><strong><font color="red">免费儿童学习光盘</font></strong></a>
- <a href="http://www.1paipai.com" target="_blank"><strong><font color="blue">免费赠送精品睡衣</font></strong></a>
- </div>
- <?php if (have_posts()) : ?>
- <?php $count = 1 ?>
- <?php while (have_posts()) : the_post(); ?>
- <div class="entry">
- <div id="post-<?php the_ID(); ?>">
- <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="阅读“<?php the_title(); ?>”"><?php the_title(); ?></a></h2>
- <div class="time">
- 更新于:<?php the_time('Y年n月j日') ?><?php the_time() ?> | 作者:<?php the_author() ?> | <?php comments_popup_link('暂无评论', '1条评论', '%条评论'); ?><?php edit_post_link('编辑', ' | '); ?>
- </div>
- <div class="content"><?php the_content('<br /><br />查看更多内容 »'); ?></div>
- <div class="postmetadata">
- 分类:<?php the_category(',') ?><?php the_tags(' | 标签:', ', ') ?>
- </div>
- </div></div>
- <?php if ($count==1) { ?>
- <div style="padding-left:10px;">
- <script type='text/javascript'><!--
- eqifa_ad_client = '476ad898681996cdf3b06f8054c67c57'
- eqifa_ad_width = '480'
- eqifa_ad_height = '60'
- eqifa_ad_channel = '28855'
- eqifa_user_id ='22333'
- eqifa_ad_id ='11572'
- eqifa_action_id = '1298'
- eu_id = ''
- eqifa_count_type = '2'
- //--></script>
- <script language = 'JavaScript' src='http://eavs02.eqifa.com/EQIFAEAVS_EC/EQIFA_SHOW_ADS.js'>
- </script>
- </div>
- <?php } ?>
- <?php $count = $count + 1; ?>
- <?php endwhile; ?>
- <div class="navigation"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></div>
- <?php else : ?>
- <div class="entry">
- <h2>Not Found</h2>
- Sorry, but you are looking for something that isn't here.
- </div>
- <?php endif; ?>
- </div>
- <?php get_sidebar(); ?>
- <?php get_footer(); ?>
复制代码 |