?
Path : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/asteroid/ |
Current File : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/asteroid/sidebar.php |
<div id="sidebar"> <?php do_action('ast_hook_before_sidebar'); ?> <div id="widgets-wrap-sidebar"> <?php if ( is_active_sidebar('widgets_sidebar') ) : ?> <?php dynamic_sidebar('widgets_sidebar'); ?> <?php else : ?> <?php the_widget('WP_Widget_Recent_Posts', 1, array( 'before_widget' => '<div class="widget-sidebar">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title" >', 'after_title' => '</h4>' ) ); the_widget('WP_Widget_Recent_Comments', 1, array( 'before_widget' => '<div class="widget-sidebar">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title" >', 'after_title' => '</h4>' ) ); the_widget('WP_Widget_Meta', 1, array( 'before_widget' => '<div class="widget-sidebar">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widget-title" >', 'after_title' => '</h4>' ) ); ?> <?php endif; ?> </div> <?php do_action('ast_hook_after_sidebar'); ?> </div>