'
', 'after_widget' => '
', ); if ( is_active_sidebar( 'best_right_sidebar' ) ) { dynamic_sidebar( 'best_right_sidebar' ); } else { the_widget( 'WP_Widget_Recent_Posts', false, $args ); the_widget( 'WP_Widget_Recent_Comments', false, $args ); the_widget( 'WP_Widget_Archives', false, $args ); the_widget( 'WP_Widget_Categories', false, $args ); }?>