$Id['id'], 'post_type' => $FAG_CPT_Name, 'orderby' => 'ASC', 'post_staus' => 'publish'); $loop = new WP_Query( $AllGalleries ); while ( $loop->have_posts() ) : $loop->the_post(); /** * Get All Photos from Gallery Details Post Meta */ $ID = get_the_ID(); $FAG_Albums = unserialize(get_post_meta( $ID, 'fag_settings', true)); foreach($FAG_Albums as $FAG_Album) { $FAG_API_KEY = $FAG_Album['fag_api_key']; $FAG_Album_ID = $FAG_Album['fag_album_id']; $FAG_Show_Title = $FAG_Album['fag_show_title']; $FAG_Custom_CSS = $FAG_Album['fag_custom_css']; ?>