'; $output .= ''; $output .= 'get_field_id('tot') ) .'">'. esc_html__('Number of Posts:','amaaaze') .''; $output .= ' 'post', 'posts_per_page' => $tot, 'meta_key' => 'amaaaze_post_views', 'orderby' => 'meta_value_num', 'order' => 'DESC' ); $posts_query = new WP_Query( $posts_args ); echo $args['before_widget']; if( !empty( $instance['title'] ) ): echo $args['before_title']. apply_filters('widget_title', $instance['title']) . $args['after_title']; endif; if( $posts_query->have_posts() ) : while( $posts_query->have_posts() ): $posts_query->the_post(); $archive_year = get_the_time('Y'); $archive_month = get_the_time('m'); $archive_day = get_the_time('d'); $posted_on = ''. get_the_date() .''; echo '