查看單個文章
  #9  
舊 2007-08-09, 11:13 AM
pseric pseric 目前離線
普通會員
 
註冊日期: 2006-05-15
文章: 60
預設

我剛去抓 WordPress Widget 幫你看了一下,
應該是在 widget.php 檔案裡面的 <?php wp_loginout(); ?> 下面。
代碼:
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS 2.0'); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="http://wordpress.com/" title="<?php _e('Powered by Wordpress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress.com</a></li>
<?php wp_meta(); ?>
這一段統統拿掉應該就可以了 :P
__________________
免費資源網路社群
http://www.freegroup.org/
台灣最大的免費資源蒐集網站,提供完整的免費資源介紹。
回覆時引用此篇文章