'post', 'posts_per_page' => 2); // Instantiate custom query $custom_query = new WP_Query( $custom_query_args ); // Fetch All Post if( $custom_query->have_posts()) { while ( $custom_query->have_posts()) : $custom_query->the_post(); $post_id = get_the_ID(); ?>