$Id['id'], 'post_type' => $IG_CPT_Name); $loop = new WP_Query( $AllSlides ); while ( $loop->have_posts() ) : $loop->the_post(); //get the post id $post_id = get_the_ID(); /** * Get All Slides Details Post Meta */ $RPGP_AllPhotosDetails = unserialize(base64_decode(get_post_meta( get_the_ID(), 'aqs_all_photos_details', true))); $TotalImages = get_post_meta( get_the_ID(), 'aqs_total_images_count', true ); $i = 1; $j = 1; if($AQSS_L3_Auto_Slideshow==0){ $autoplay='true'; } else{ $autoplay='false'; } $speed=$AQSS_L3_Transition_Speed; if($AQSS_L3_Infinite_Scroll==1){ $infinite='true'; } else{ $infinite='false'; } if($AQSS_L3_Navigation_Button==1){ $dots='true'; } else{ $dots='false'; } ?>