'bucket', 'p' => $tab['bucket']); $query = new WP_Query( $args ); while ( $query->have_posts() ) { $query->the_post(); $xcontent = spyropress_get_the_content(); } wp_reset_query(); } else{ $xcontent = do_shortcode( $tab['content'] ); } $content .= '
' . $xcontent . '