'post', 'posts_per_page' => $bloglane_home_recent_post); // Instantiate custom query $custom_query = new WP_Query( $custom_query_args ); // Fetch All Post if( $custom_query->have_posts()): $case = 0; while ( $custom_query->have_posts()) : $custom_query->the_post(); $post_id = get_the_ID(); // get post contant $title = get_the_title(); $content = get_the_content(); ?>