esc_html__( 'Display Sidebar Post List.', 'blog99' ), ) // Args ); } /** * Widget Form Section */ public function form( $instance ) { $defaults = array( 'title' => esc_html__( 'Post List view', 'blog99' ), 'category' => esc_html__( 'all', 'blog99' ), 'number_posts' => 8, ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>
$this->get_field_name('category'), 'selected' => $instance['category'], 'show_option_all' => __('Show all posts','blog99' ), 'class' => 'widefat' ) ); ?>
id_base ); $home_blog_category_id = ( ! empty( $instance['category'] ) ) ? absint( $instance['category'] ) : ''; $number_posts = ( ! empty( $instance['number_posts'] ) ) ? absint( $instance['number_posts'] ) : 6; // Latest Posts echo wp_kses_post( $before_widget ); ?>