id; } $biddo_recent_title = ( ! empty( $instance['title'] ) ) ? $instance['title'] : esc_html__( 'Recent Posts','biddo' ); $biddo_recent_title = apply_filters( 'widget_title', $biddo_recent_title, $instance, $this->id_base ); $biddo_recent_post_number = ( ! empty( $instance['number'] ) ) ? absint( $instance['number'] ) : 5; if ( ! $biddo_recent_post_number ) $biddo_recent_post_number = 5; $biddo_recent_post_show_date = isset( $instance['show_date'] ) ? $instance['show_date'] : false; $r = new WP_Query( apply_filters( 'widget_posts_args', array( 'posts_per_page' => $biddo_recent_post_number, 'no_found_rows' => true, 'post_status' => 'publish', 'ignore_sticky_posts' => true ) ) ); if ($r->have_posts()) : ?> have_posts() ) : $r->the_post(); ?>
'img-responsive' )); ?>
posted :