absint( $latest_news_number ), 'no_found_rows' => true, 'ignore_sticky_posts' => true, ); if ( absint( $latest_news_category ) > 0 ) { $qargs['cat'] = absint( $latest_news_category ); } // Fetch posts. $the_query = new WP_Query( $qargs ); ?> have_posts() ) : ?>
have_posts() ) : $the_query->the_post(); ?>