vectorzyt

vectorz.de - Sidebar.php

Jun 29th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. /**
  3. * The sidebar containing the main widget area.
  4. *
  5. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
  6. *
  7. * @package Astrid
  8. */
  9.  
  10. /** if ( ! is_active_sidebar( 'sidebar-1' ) ) {
  11. return;
  12. } */
  13. ?>
  14.  
  15.  
  16. <aside id="secondary" class="widget-area" role="complementary">
  17. <?php dynamic_sidebar( 'sidebar-1' ); ?>
  18. </aside><!-- #secondary -->
Add Comment
Please, Sign In to add comment