' : ''; $tab_nav .= '' . $icon . $tab['title'] .''; $tabs_content .= '
'; $tabs_content .= '
' . $tab['sub_title'] . '
'; // content if (isset( $tab['bucket'] ) ){ $args = array( 'post_type' => 'bucket', 'p' => $tab['bucket'] ); $query = new WP_Query( $args ); while ( $query->have_posts() ){ $query->the_post(); $tabs_content .= spyropress_get_the_content(); } } else{ $tabs_content .= '

' . do_shortcode( $tab['content'] ) . '

'; } $tabs_content .= '
'; } wp_reset_query(); echo $before_widget; if( isset( $title ) && !empty( $title ) ) echo '

'. $title .'

'; ?>