Blog ‘post’, ‘posts_per_page’ => 5, // ); // Custom query $custom_query = new WP_Query( $args ); // Loop if ( $custom_query->have_posts() ) : while ( $custom_query->have_posts() ) : $custom_query->the_post(); ?>