Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * The default sidebar template for our theme.
- * This template is used to display the sidebar on pages.
- *
- * @package Natural Lite
- * @since Natural Lite 1.0
- */
- ?>
- <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
- <div class="sidebar">
- <?php dynamic_sidebar( 'sidebar-1' ); ?>
- </div>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement