🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 team-single-style-1.php

📁 Path: /home/stakrfrcol/agency/wp-content/themes/xhyre/theme-parts/team-single-style-1.php
📊 Size: 3.41 KB
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
/**
 * Template part for displaying posts
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package WordPress
 * @subpackage Xhyre
 * @since 1.0
 * @version 1.2
 */
 // Class list
$progressbar_title = '';
$style		= pbmit_get_base_option('team-single-style');
$class_list	= 'pbmit-team-single-style-'.$style;
// Team Member details
$designation	= get_post_meta( get_the_ID(), 'pbmit-team-details_designation', true ); 
if( !empty($designation) ){ $designation = '<div class="pbmit-team-designation">' . esc_attr($designation) . '</div>'; }
// Phone
$phone			= get_post_meta( get_the_ID(), 'pbmit-team-details_phone', true ); 
if( !empty($phone) ){ $phone = '<li><label>'.esc_html__('Phone :', 'xhyre').'</label> ' . esc_attr($phone) . '</li>'; }
// Email
$email	= get_post_meta( get_the_ID(), 'pbmit-team-details_email', true ); 
if( !empty($email) ){ $email = '<li><label>'.esc_html__('Email :', 'xhyre').'</label> <a href="mailto:' . sanitize_email($email) . '">' . esc_attr($email) . '</a></li>'; }
// Fax
$fax			= get_post_meta( get_the_ID(), 'pbmit-team-details_fax', true ); 
if( !empty($fax) ){ $fax = '<li><label>'.esc_html__('Experience :', 'xhyre').'</label> ' . esc_attr($fax) . '</li>'; }
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( $class_list ); ?>>
	<div class="pbmit-team-single">
		<div class="pbmit-team-single-inner pbmit-sticky-section">
			<div class="pbmit-team-single-info">
				<div class="row">
					<div class="col-md-12 col-xl-3 pbmit-sticky-sidebar">
						<div class="theiaStickySidebar">
							<div class="pbmit-team-left-inner">
								<div class="pbmit-featured-wrapper">
									<?php pbmit_get_featured_data( array( 'featured_img_only' => false, 'size' => 'pbmit-img-770x750' ) ); ?>
								</div>										
								<div class="pbmit-team-detail">
									<div class="pbmit-team-detail-inner">
										<div class="pbmit-team-title-wrap">
											<div class="pbmit-team-summary">
												<?php echo pbmit_esc_kses($designation); ?>
												<h2 class="pbmit-team-title"><?php the_title(); ?></h2>
											</div>
											<div class="pbmit-team-share-btn">
												<span class="pbmit-share-icon">
													<i class="pbmit-base-icon-share"></i>
												</span>
												<div class="pbmit-team-box-links">
													<?php echo pbmit_team_social_links(); ?>
												</div>
											</div>
										</div>
										<div class="pbmit-team-detail-wrap">
											<?php
											// Short Description
											$short_desc = get_post_meta( get_the_ID(), 'pbmit-team-details_short-description', true );
											if( !empty($short_desc) ){
												?>
												<div class="pbmit-short-description">
													<?php echo do_shortcode($short_desc); ?>
												</div>	
											<?php } ?>
											<ul class="pbmit-single-team-info">
												<?php echo pbmit_esc_kses($email); ?>
												<?php echo pbmit_esc_kses($phone); ?>
												<?php echo pbmit_esc_kses($fax); ?>
											</ul>
										</div>
									</div>
								</div>
							</div>
						</div>
					</div>
					<div class="col-md-12 col-xl-9">
						<div class="pbmit-entry-content">
							<?php
							/* translators: %s: Name of current post */
							the_content( sprintf(
								'',
								get_the_title()
							) );
							?>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div><!-- .pbmit-team-single -->
</article><!-- #post-## -->
<?php pbmit_edit_link(); ?>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨