'post', 'post_status' => 'publish', 'ignore_sticky_posts' => 1, 'posts_per_page' => $number_posts, ); if ( ! empty( $category_id ) ) { $args['cat'] = $category_id; } $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) { ?>