'post','posts_per_page' => 4); // 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(); $aneeq_post_slide = get_post_meta( $post->ID, 'aneeq_all_post_slides_settings_'.$post->ID, true); //feature img url $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID), 'thumbnail' ); ?>