empty get_the_content
$output = '[su_tabs vertical="yes"]';
// Posts are found
if ( $posts->have_posts() ) {
while ( $posts->have_posts() ) {
$posts->the_post();
global $post;
$output .= '[su_tab title="';
$output .= get_the_title();
$output .= '" disabled="no" anchor="" url="" target="blank" class=""]';
$output .= get_the_content();
$output .= "[/su_tab]";
}
}
$output .= "[/su_tabs]";
//echo $output;
echo do_shortcode($output);
?>
Comments
the right side at http://themeforest.net/user/muffingroup#contact and
Thanks