HEX
Server: LiteSpeed
System: Linux cluster02.load-balancer.x2.network 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: kbdhpghp (1098)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/kbdhpghp/damusica.casa/wp-content/plugins/team-press/templates/archive-team.php
<?php
get_header();
?>
<div class="extp-member-listing extp-member-single">
	<?php
	$extp_single_slug = extp_get_option('extp_single_slug');
	if ($extp_single_slug!='' && $post = get_page_by_path( $extp_single_slug, OBJECT, 'page' ) ){
	    $id = $post->ID;
		$page = get_post($id);
		$content = $page->post_content;
	}else{
	    $content ='';
	}
	$content = $content!='' ? $content : '[ex_tpgrid style="1" column="3" count="999" posts_per_page="6" fullcontent_in="" search_box="show" category_style="inline" alphab_filter="yes"]';
	$sc = apply_filters('extp_shortcode_archives',$content);
	echo do_shortcode($sc);
	?>
</div><!--end main-content-->
<?php get_footer(); ?>