'', ), $atts ); //Query args $args = array( 'post_type' => 'gallery_box', 'post_status' => 'publish', 'posts_per_page' => 1, 'p' => $gallery_box['id'] ); //start WP_Query $loop= new WP_Query($args); $number=1; ?> have_posts() ) : ?> have_posts()) : $loop->the_post(); $post_ID = $post->ID; //for typography option if(get_option('Lightbox_settings')){ $gbox_lightbox = get_option('Lightbox_settings'); } else { $gbox_lightbox = array(); } $gbox_use_typography = isset( $gbox_lightbox['use_typography'] ) ? $gbox_lightbox['use_typography'] : 'yes'; ?>