1. <div id="sidebar" <?php pinboard_sidebar_class(); ?>>
  2. <?php get_sidebar( 'top' ); ?>
  3. <?php get_sidebar( 'left' ); ?>
  4. <?php get_sidebar( 'right' ); ?>
  5. <?php get_sidebar( 'bottom' ); ?>
  6. </div><!-- #sidebar -->