__( 'Posts Widget', 'bfastmag' ), 'count' => true, ), array( 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); the_widget( 'WP_Widget_Categories', array( 'title' => __( 'Categories', 'bfastmag' ), 'count' => true, ), array( 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); the_widget( 'WP_Widget_Text', array( 'title' => __( 'Example Widget', 'bfastmag' ), /* translators: Widgets area editing link */ 'text' => sprintf( __( 'This is an example widget to show how the %s looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets are added then this will be replaced by those widgets.', 'bfastmag' ), 'Sidebar', current_user_can( 'edit_theme_options' ) ? '' : '', current_user_can( 'edit_theme_options' ) ? '' : '' ), ), array( 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } ?>