'comic', 'post_status' => 'publish', 'posts_per_page' => 10, 'meta_key' => 'post_views_count', 'meta_query' => array( array( 'key' => 'post_views_count', 'value' => 0, 'compare' => '>' ) ), 'orderby' => 'meta_value_num', 'order' => 'DESC', ); $popular_comics = new WP_Query($args); ?> have_posts()): ?>