'', ), $atts) ); $q = new WP_Query( array('posts_per_page' => -1, 'post_type' => 'aio_tab', 'aiotab_cat' => $category) ); while($q->have_posts()) : $q->the_post(); $id = get_the_ID(); $style1_options = vp_metabox('aio-meta.style1_option', false); // Setting Panel $tab_layout = vp_metabox('aio-meta.style1_tab_settings.0.tab_layout', false); $tab_animation = vp_metabox('aio-meta.style1_tab_settings.0.tab_animation', false); $style1_css = vp_metabox('aio-meta.style1_tab_settings.0.style1_css', false); $tab_style = vp_metabox('aio-meta.style1_tab_settings.0.tab_style', false); $output = '
'; endwhile; wp_reset_query(); return $output; } add_shortcode('aio_style1', 'aio_responsive_tab_style1_shortcode'); ?>