Advertisement
Guest User

sidebar-left.php

a guest
Jan 5th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <?php global $wp_theme_options; ?>
  2. <div class="w180- left sidebar">
  3.  
  4. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Skinny Left Sidebar') ) : ?>
  5. <?php if ($wp_theme_options['identify_widget_areas'] == 'yes') : ?>
  6. <div class="widget">
  7. <h4>This is a Widget Section</h4>
  8. <p>This section is widgetized. If you would like to add content to this section, you may do so by using the Widgets panel from within your WordPress Admin Dashboard. This Widget Section is called "Skinny Left Sidebar"</p>
  9. </div>
  10. <?php endif; endif; ?>
  11.  
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement