'
', 'after_widget' => '
', ); $instance = array(); the_widget( 'WP_Widget_Recent_Posts', $instance, $args ); the_widget( 'WP_Widget_Recent_Comments', $instance, $args ); the_widget( 'WP_Widget_Archives', $instance, $args ); the_widget( 'WP_Widget_Categories', $instance, $args ); } ?>