Advertisement
ajthemacboy

Untitled

Jul 7th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. /**
  3. * The default sidebar template for our theme.
  4. * This template is used to display the sidebar on pages.
  5. *
  6. * @package Natural Lite
  7. * @since Natural Lite 1.0
  8. */
  9.  
  10. ?>
  11.  
  12. <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
  13.  
  14. <div class="sidebar">
  15. <?php dynamic_sidebar( 'sidebar-1' ); ?>
  16. </div>
  17.  
  18. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement