Advertisement
Guest User

IndyOwls-sidebar - right

a guest
Mar 12th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <div id="sidebar_right">
  2. <div id="sidebar240">
  3.  
  4. <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar Right')) : else : ?>
  5.  
  6. <!-- All this stuff in here only shows up if you DON'T have any widgets active in this zone -->
  7.  
  8. <div class="widget-container">
  9. <h2 class="widget-title">Sidebar Right</h2>
  10. <ul>
  11. <li>Thank you for purchasing iFeature Pro.</li>
  12. <li>&nbsp;</li>
  13. <li>To remove this Widget login to your admin account, go to Appearance, then Widgets and drag new widgets into Sidebar Right.</li>
  14. <li>&nbsp;</li>
  15. <li>We designed iFeature Pro to be as user friendly as possible, if you do run into trouble we provide a <a href="http://cyberchimps.com/forum">free support forum</a>, and <a href="http://www.cyberchimps.com/ifeature-pro/docs/">precise documentation</a>.</li>
  16. <li>&nbsp;</li>
  17. <li>If we were all designers then every WordPress theme would look this good.</li>
  18. </ul>
  19. </div>
  20.  
  21. <div class="widget-container">
  22. <h2 class="widget-title">Archives</h2>
  23. <ul>
  24. <?php wp_get_archives('type=monthly'); ?>
  25. </ul>
  26. </div>
  27.  
  28. <div class="widget-container">
  29. <h2 class="widget-title">Categories</h2>
  30. <ul>
  31. <?php wp_list_categories('show_count=1&title_li='); ?>
  32. </ul>
  33. </div>
  34.  
  35. <div class="widget-container">
  36. <h2 class="widget-title">WordPress</h2>
  37. <ul>
  38. <?php wp_register(); ?>
  39. <li><?php wp_loginout(); ?></li>
  40. <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
  41. <?php wp_meta(); ?>
  42. </ul>
  43. </div>
  44.  
  45. <?php endif; ?>
  46. </div><!--end sidebar150-->
  47. </div><!--end sidebar_right-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement