__( 'Sidebar', 'blue-planet' ), 'text' => __( "Widgets of Sidebar will be displayed here. To add widgets go to 'Appearance' -> 'Widgets'.", 'blue-planet' ), ); $args = array( 'before_title' => '

', 'after_title' => '

', ); the_widget( $widget, $instance, $args ); ?>