Guest User

my Events Calendar custom widget code

a guest
Dec 7th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php // If the home sidebar has widgets display it.
  2. if ( is_active_sidebar( 'sidebar-calendar' ) ) :
  3.     get_sidebar( 'calendar' );
  4. else:
  5.     get_sidebar();
  6. endif;
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment