Advertisement
Guest User

sidebar.php

a guest
Sep 19th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. /**
  3. * Primary Sidebar (Regular Pages)
  4. */
  5. ?>
  6.  
  7. <?php if ( is_active_sidebar( 'primary' ) ) : ?>
  8.  
  9. <div id="sidebar-right" role="complementary">
  10.  
  11. <?php dynamic_sidebar( 'primary' ); ?>
  12.  
  13. </div>
  14.  
  15. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement