'post','posts_per_page' => 4); // Instantiate custom query $aneeq_custom_query = new WP_Query( $aneeq_custom_query_args ); // Fetch All Post if( $aneeq_custom_query->have_posts()) { while ( $aneeq_custom_query->have_posts()) : $aneeq_custom_query->the_post(); $aneeq_post_slide = get_post_meta( $post->ID, 'aneeq_all_post_slides_settings_'.$post->ID, true); //feature img url $aneeq_featured_image_url = wp_get_attachment_url( get_post_thumbnail_id($post->ID), 'thumbnail' ); ?>