Advertisement
Guest User

IndyOwls-sidebar-left

a guest
Mar 12th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <div id="sidebar_left">
  2. <div id="sidebar240">
  3.  
  4. <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar Left')) : 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 Left</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 Left.</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">Pages</h2>
  23. <?php wp_list_pages('title_li=' ); ?>
  24. </div>
  25.  
  26. <div class="widget-container">
  27. <h2 class="widget-title">Subscribe</h2>
  28. <ul>
  29. <li><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a></li>
  30. <li><a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a></li>
  31. </ul>
  32. </div>
  33.  
  34. <?php endif; ?>
  35. </div><!--end sidebar150-->
  36. </div><!--end sidebar_left-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement