''), $atts )); $gallery = new WP_Query( array( 'post_type' => 'gallery', 'post_status' => 'publish','posts_per_page'=>$show) ); echo ''; } //2 ******************Gallery List Style 2 Shortcode ***********************// function beevent_gallery_style2($atts){ extract( shortcode_atts(array('show' =>''), $atts )); $gallery = new WP_Query( array( 'post_type' => 'gallery', 'post_status' => 'publish','posts_per_page'=>$show) ); echo '