⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sidebar.php

📁 PHP BLOG BLOG
💻 PHP
字号:
<!-- SideBar Template -->
<table width="747" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style="height: 39px;"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/01.jpg" width="9" height="39" alt="" /></td>
    <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/02.jpg" width="180" height="39" alt="" /></td>
    <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/03.jpg" width="33" height="39" alt="" /></td>
    <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/04.jpg" width="512" height="39" alt="" /></td>
    <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/05.gif" width="13" height="39" alt="" /></td>
  </tr>
  <tr>
    <td class="bg06">&nbsp;</td>
    <td><ul><li><h2>About</h2>
    <?php bloginfo('description'); ?></li></ul>
    <ul><li><h2>Archives</h2></li>
   <?php wp_get_archives('type=monthly'); ?></ul>
   <ul><li><h2>Categories</h2></li>
   <?php wp_list_cats(); ?></ul> 
   <ul><?php get_links_list(); ?></ul>

<?php if (function_exists('wp_theme_switcher')) { ?>
  <ul>
    <li><h2>Themes</h2>
    <?php wp_theme_switcher(); ?>
  </li>
  </ul>
<?php } ?>

<ul>
<li><h2>Meta</h2>
 <ul>
<li><?php wp_register(); ?></li>
	<li><?php wp_loginout(); ?></li>
	<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
	<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
	<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress</a></li>
	<?php wp_meta(); ?>
	</ul>
   </li>
</ul>

<ul><li><h2>Credits</h2>
<ul><li>Design by <a href="http://www.chasethestars.com">Stacee Leung</a></li>
<li>Coded by <a href="http://php-princess.net">Daynah Nguyen</a></li>
<li>Powered by <a href="http://wordpress.org/">Wordpress</a></li></ul>
</li></ul>

</td>
   <td class="bg08">&nbsp;</td>
   <td>
<!-- End of Sidebar Template -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -