'post', 'post_status' => 'publish', 'posts_per_page' => get_option('posts_per_page'), 'paged' => $paged, 'meta_query' => array ( array ( 'key' => 'blogx_post_views', 'value' => 99999999999, 'type' => 'NUMERIC', // 'compare' => '<' ) ), 'orderby' => 'meta_value', 'order' => 'DESC' ); $WP_TrendingPosts = new WP_Query($args); if ( $WP_TrendingPosts->have_posts() ) : // Start the loop. // print_r($WP_TrendingPosts); while ( $WP_TrendingPosts->have_posts() ) : $WP_TrendingPosts->the_post(); ?>
<?php the_author_meta('display_name');?>

<?php the_title();?>

Comment