Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.80.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : taxonomy-themestek-team-group.php
<?php
/**
 * Portfolio Category
 *
 */
// Fetching Taxonomy data so we can use it
$tax = $wp_query->get_queried_object();
get_header(); ?>
	<section id="primary" class="content-area <?php echo themestek_sanitize_html_classes(themestek_sidebar_class('content-area')); ?>">
		<main id="main" class="site-main">
		<?php if ( have_posts() ) : ?>
			<?php
			// Taxonomy featured image set by ThemeStek
			$term_data         = get_term_meta( $tax->term_id, 'themestek_taxonomy_options', true );
			$featured_img_code = '';
			if( !empty($term_data['tax_featured_image']) ){
				$featured_img_code = '<div class="themestek-term-featured-img"><img src="' . esc_url($term_data['tax_featured_image']) . '" alt="' . esc_attr($tax->name) . '" /></div>';
			}
			echo themestek_wp_kses($featured_img_code);
			?>
			<?php
			// category description
			$tax_desc = '';
			if( !empty($tax->description) ){
				$tax_desc .= '<div class="themestek-term-desc">';
					$tax_desc .= do_shortcode(nl2br($tax->description));
				$tax_desc .= '</div>';
			}
			echo themestek_wp_kses($tax_desc);
			?>
			<?php
			global $liviza_theme_options;
			$view   = ( !empty($liviza_theme_options['teamcat_view']) ) ? $liviza_theme_options['teamcat_view'] : 'top-image' ;
			$column = ( !empty($liviza_theme_options['teamcat_column']) ) ? $liviza_theme_options['teamcat_column'] : 'three' ;
			?>	
			<div class="row multi-columns-row themestek-boxes-row-wrapper">
			<?php
			// Start the Loop.
			while ( have_posts() ) : the_post();
				?>
				<?php echo themestek_column_div('start', $column ); ?>
					<?php echo get_template_part( 'theme-parts/teambox/teambox', $view ); ?>
				<?php echo themestek_column_div('end', $column ); ?>
				<?php
			// End the loop.
			endwhile;
			?>
			</div><!-- .themestek-boxes-row-wrapper -->
			<?php
			// Previous/next page navigation.
			echo themestek_pagination();
			?>			
			<?php
		// If no content, include the "No posts found" template.
		else :
			get_template_part( 'theme-parts/content', 'none' );
		endif;
		?>
		</main><!-- .site-main -->
	</section><!-- .content-area -->
<?php
// Left Sidebar
themestek_get_left_sidebar();
// Right Sidebar
themestek_get_right_sidebar();
?>
<?php get_footer(); ?>
© 2025 XylotrechusZ