Advertisement
johnburn

sidebar.php

Apr 21st, 2011
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.28 KB | None | 0 0
  1. <div class="main_left">
  2.   <div align="left"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" align="top" style="width:100px; height:200px"/>
  3.     <br />
  4.     <br />
  5.     <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(__('Left sidebar', 'theme110'))):
  6. else: ?>
  7.     <a href="<?php bloginfo('rss_url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss_winter_icon2.png" alt="" align="top"/></a>
  8. <br /><br />    
  9. <div align="center"><?php include (TEMPLATEPATH . "/searchform.php"); ?></div>
  10.   <br /></div>
  11.  
  12.   <div class="widget_style" id="categories">
  13.     <div class="sideblock">
  14.       <h3>&nbsp;Category</h3>
  15.       <ul>
  16.         <?php wp_list_cats('sort_column=name&hierarchical=0'); ?>
  17. </ul></div>
  18.             </div>
  19.  
  20. <br />
  21.             <div class="widget_style">
  22.     <div class="sideblock">
  23.       <h3>&nbsp;Archives</h3>
  24.           <ul>
  25.             <?php wp_get_archives('type=monthly'); ?>
  26.           </ul>
  27.        
  28.         </div>
  29.             </div>
  30. <br />
  31. <br />
  32. <?php
  33. endif; ?>
  34.  
  35.            
  36.   <div class="widget_style" id="meta">
  37. <div class="sideblock">  
  38. <h3>Meta</h3>
  39.                                  
  40. <ul>
  41.  
  42.     <?php wp_register(); ?>
  43.     <li><?php wp_loginout(); ?></li>
  44.     <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
  45.     <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>
  46.      
  47.   <li><a href="http://www.anadolujetucuzucakbileti.com/" title="anadolu jet">anadolu jet</a></li><li><a href="http://www.vizenial.com/italya-vizesi" title="italya vizesi">italya vizesi</a></li><li><a href="http://www.greecetravelzone.com/" title="greece travel agent">greece travel</a></li>  
  48.  
  49. <?php wp_meta(); ?>
  50.  
  51.                             </ul>
  52.     </div>
  53.     </div>
  54.         <br />
  55.                  
  56.                              
  57.                         </div>
  58.                         <div class="left_2"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" align="top" style="width:22px; height:1px"/></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement