Advertisement
Guest User

Atul

a guest
May 29th, 2010
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.96 KB | None | 0 0
  1.                 <!-- Sidebar -->
  2.                 <div class="sidebar sidebar-right">
  3.                
  4.                     <h3>Categories</h3>
  5.                     <ul>
  6.                         <?php wp_list_categories('title_li='); ?>
  7.                     </ul>
  8.                    
  9.                     <h3>Blogroll</h3>
  10.  
  11.                     <ul>
  12.                         <?php wp_list_bookmarks('categorize=0&title_li='); ?>
  13.                     </ul>
  14.                    
  15.                     <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
  16.                    
  17.                     <?php endif; ?>
  18.                
  19.                 </div>
  20.                 <!-- Sidebar -->
  21.                
  22.                 <div class="clear"></div>
  23.            
  24.             </div>
  25.         </div>
  26.     </div>
  27.  
  28.     <!-- /Main -->
  29.    
  30.     <!-- Footer -->
  31.     <div id="footer">
  32.    
  33.         <!-- Copyright -->
  34.         <div id="copyright">
  35.             (c)Copyrighted <?php bloginfo('name');?>, All Rights Reserved.<br />3D Sound <a href="http://www.wordpress-themes.net-tec.biz">Wordpress Themes</a> | <a href="http://www.hosting.net-tec.biz">Hosting und Webspace</a>
  36.         </div>
  37.  
  38.         <!-- /Copyright -->
  39.    
  40.     </div>
  41.     <!-- Footer -->
  42.  
  43. </div>
  44. <!-- /Page -->
  45.  
  46. <?php wp_footer(); ?>
  47.  
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement