查看完整版本: 请问如果我的博客的文章页面做成这样的要怎么改?

5168dy 2008-10-9 00:42

请问如果我的博客的文章页面做成这样的要怎么改?

请问如果我的博客的文章页面做成他这样的要怎么改?

就是文章上面,下面有两个广告位,并在文章后面像他那样的有:

1.收藏到网摘
2.如果您喜爱本站的内容,希望第一时间了解本站的更新
3,开发出2个广告位

演示地址是:[url=http://www.zuan8.com/2008/08/matchedcouk-on-how-to-earn-150-us-dollars-269.html]http://www.zuan8.com/2008/08/matchedcouk-on-how-to-earn-150-us-dollars-269.html[/url]


我的博客是:[url=http://www.29xz.cn]www.29xz.cn[/url]



谢谢高手帮我改一下,我下面贴出我的页面代码

5168dy 2008-10-9 00:45

<?php get_header(); ?>

<div id="column">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<!-- ^^^^^^^^^^^^^^ post code ^^^^^^^^^^^^^^ -->
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-top"></div>
<div class="entry">

<h2><?php the_title(); ?></h2>
<span class="date"><?php the_time('l, F j, Y'); ?> <?php the_time('G:i'); ?></span>

<div class="info">
<div class="cat">Posted in category <?php the_category(', ') ?></div>
<div class="comments"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></div>
<div class="clear"></div>
</div>

<div class="content">
<?php the_content('Read the rest of this entry &raquo;'); ?><div class="clear"></div>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>

<div class="follow">You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.</div>

<div class="state">
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { ?>
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.

<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { ?>
Responses are currently closed, but you can <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.

<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { ?>
You can skip to the end and leave a response. Pinging is currently not allowed.

<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { ?>
Both comments and pings are currently closed.

<?php } ?>
</div>

<div class="tags"><?php edit_post_link('Edit', '', ' | '); ?><?php the_tags('Tags: ', ', ', ''); ?></div>

<?php comments_template(); ?>

</div>
<div class="post-bottom"></div>
</div>
<!-- ^^^^^^^^^^^^^^ post code ^^^^^^^^^^^^^^ -->

<?php endwhile; ?>

<!-- ^^^^^^^^^^^^^^ post navigation ^^^^^^^^^^^^^^ -->
<div class="navigation">
<div class="navleft"><?php previous_post_link('&laquo; %link') ?></div>
<div class="navright"><?php next_post_link('%link &raquo;') ?></div>
<div class="clear"></div>
</div>
<!-- ^^^^^^^^^^^^^^ post navigation ^^^^^^^^^^^^^^ -->

<?php else : ?>

<!-- ^^^^^^^^^^^^^^ page not found + search form ^^^^^^^^^^^^^^ -->
<div class="post">
<div class="post-top"></div>
<div class="entry">

<div class="content">
<h1>Page Not Found</h1>
<p>Sorry, but you are looking for something that isn't here.</p>
<h3>Search Blog</h3>
<?php include(TEMPLATEPATH."/searchform.php"); ?>
</div>

</div>
<div class="post-bottom"></div>
</div>
<!-- ^^^^^^^^^^^^^^ page not found + search form ^^^^^^^^^^^^^^ -->

<?php endif; ?>

<script type="text/javascript">
qs_pid = 99009437;
qs_cid = 9496;
qs_link_color = "#FF3300";
qs_max_ads_num = 12;
qs_frame = "0";
qs_link_style = 2;
qs_link_effect = 0;
qs_title_text = "29xz";
qs_ads_area_list = [];
qs_allow_popup = 0;
qs_widget = "";
qs_srv = "3";
</script>
<script type="text/javascript" src="http://web.qunsee.com/script/intext.js"></script>


</div>

<?php get_sidebar(); ?>
<?php get_footer(); ?>



这是我的单篇日志页代码


这是我文章内的广告代码,需要保留

<script type="text/javascript">
qs_pid = 99009437;
qs_cid = 9496;
qs_link_color = "#FF3300";
qs_max_ads_num = 12;
qs_frame = "0";
qs_link_style = 2;
qs_link_effect = 0;
qs_title_text = "29xz";
qs_ads_area_list = [];
qs_allow_popup = 0;
qs_widget = "";
qs_srv = "3";
</script>
<script type="text/javascript" src="http://web.qunsee.com/script/intext.js"></script>


请高手帮忙,如果在论坛表达麻烦的话,可以加我QQ教我也行
我的QQ:272037333

5168dy 2008-10-9 00:47

还有我的日志后面评论的颜色和程序的是一样的,别人不注意看,看不到啊,能不能帮忙指点改一下评论的颜色,谢谢

5168dy 2008-10-9 09:43

请高手帮帮忙哦!
[url=http://www.dy0755.com][color=White]深圳高清影院[/color][/url]
[url=http://www.29wz.cn][color=White]中国E族网赚论坛[/color][/url]
[url=http://www.mm5910.cn][color=White]美女激情视频[/color][/url]
[url=http://www.5168dy.cn][color=White]5168高清影院[/color][/url]
[url=http://www.29xz.cn][color=White]网赚E族[/color][/url]

5168dy 2008-10-9 20:58

怎么没人帮忙啊
页: [1]
查看完整版本: 请问如果我的博客的文章页面做成这样的要怎么改?