WordPress Chinese Forums's Archiver

psdty 发表于 2008-10-16 09:31

把Copyright 放中间怎么放?

<div class="anchor">
   <span><a href="javascript:void(0);" ><?php _e('TOP', 'elegantbox'); ?></a></span>
  </div>
  <div class="clear"></div>
  </div>
<div class="clear"></div>
</div>
<!-- footer START -->
<div id="footer">
<div class="inner">
  <div class="content">
   <p id="about">
    <?php
     global $wpdb;
     $post_datetimes = $wpdb->get_results("SELECT post_date_gmt FROM wp_posts WHERE post_date_gmt > 1949 ORDER BY post_date_gmt ASC");
     $firstpost_year = substr($post_datetimes[0]->post_date_gmt, 0, 4);
     $lastpost_year = substr($post_datetimes[count($post_datetimes)-1]->post_date_gmt, 0, 4);
     $copyright = __('Copyright &copy; ', 'elegantbox') . $firstpost_year;
     if($firstpost_year != $lastpost_year) {
      $copyright .= '-'. $lastpost_year;
     }
[color=seagreen]     echo ($copyright . ' '); bloginfo('name');
     _e(' | Powered by <a href="[/color][url=http://wordpress.org/&quot;][color=seagreen]http://wordpress.org/">WordPress</a>'[/color][/url][color=seagreen], 'elegantbox');
     _e(' | Theme by <a href="[/color][url=http://www.fighton.cn/&quot;][color=seagreen]http://www.fighton.cn/">mg12</a>'[/color][/url][color=seagreen], 'elegantbox');[/color]
    ?>
   </p>
   <ul id="admin">
    <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
   </ul>
   <div class="clear"></div>
  </div>
</div>
</div>
<!-- footer END -->
</body>
</html>

把有颜色那部分代码 显示的时候要显示在底部中间位置,怎么改呢?谢谢

vvp 发表于 2008-10-16 09:40

代码应该就是至中的 如果没有

<center>  <p id="about">
    <?php
     global $wpdb;
     $post_datetimes = $wpdb->get_results("SELECT post_date_gmt FROM wp_posts WHERE post_date_gmt > 1949 ORDER BY post_date_gmt ASC");
     $firstpost_year = substr($post_datetimes[0]->post_date_gmt, 0, 4);
     $lastpost_year = substr($post_datetimes[count($post_datetimes)-1]->post_date_gmt, 0, 4);
     $copyright = __('Copyright © ', 'elegantbox') . $firstpost_year;
     if($firstpost_year != $lastpost_year) {
      $copyright .= '-'. $lastpost_year;
     }
     echo ($copyright . ' '); bloginfo('name');
     _e(' | Powered by <a href="http://wordpress.org/">WordPress</a>', 'elegantbox');
     _e(' | Theme by <a href="http://www.fighton.cn/">mg12</a>', 'elegantbox');
    ?>
   </p></center>   在p标签外(里面也可以的)添加Center标签

psdty 发表于 2008-10-16 09:42

非常谢谢呵呵!

saliana 发表于 2008-10-16 13:43

我也来学习下的.....[url=http://www.molibaobeisifu.com.cn][size=1][color=#ffffff][u][b]魔力宝贝私服[/b][/u][/color][/url][/size]  [url=http://www.zfssf123.cn][size=1][color=#ffffff][u][b]真封神私服[/b][/u][/color][/url][/size]   [url=http://www.mwosifu.com.cn][size=1][color=#ffffff][u][b]魔界私服[/b][/u][/color][/url][/size]  [url=http://www.999jizhan.cn][size=1][color=#ffffff][u][b]机战私服[/b][/u][/color][/url][/size]  [url=http://www.mlsifu.cn][size=1][color=#ffffff][u][b]魔力私服[/b][/u][/color][/url][/size]
感谢楼上的分享.....

hongtao 发表于 2008-10-16 13:44

回复 2# 的帖子

不错

页: [1]

Powered by Discuz! Archiver 7.0.0  © 2001-2009 Comsenz Inc.