get( 'full_width' ) ) { echo '
'; } $container_classes = array( 'wf-container' ); if ( get_post_meta( get_the_ID(), '_dt_team_options_round_images', true ) ) { $container_classes[] = 'round-images'; } echo '
'; $page_query = presscore_get_filtered_posts( array( 'post_type' => 'dt_team', 'taxonomy' => 'dt_team_category', ) ); if ( $page_query->have_posts() ) : while ( $page_query->have_posts() ) : $page_query->the_post(); presscore_populate_team_config(); presscore_get_template_part( 'mod_team', 'team-post' ); endwhile; wp_reset_postdata(); endif; echo '
'; if ( $config->get( 'full_width' ) ) { echo '
'; } dt_paginator( $page_query ); } do_action( 'presscore_after_loop' ); the7_display_post_share_buttons( 'page' ); endwhile; endif; ?>