🚀 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
$

📄 portfolio-single-style-1.php

📁 Path: /home/stakrfrcol/agency/wp-content/themes/xhyre/theme-parts/portfolio-single-style-1.php
📊 Size: 2.49 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
$style			= pbmit_get_base_option('portfolio-single-style');
$single_style	= get_post_meta( get_the_ID(), 'pbmit-portfolio-single-view', true );
if( !empty($single_style) ){ $style = $single_style; }
$class_list		= 'pbmit-portfolio-single-style-'.$style;
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( $class_list ); ?>>
	<div class="pbmit-portfolio-single">
		<div class="pbmit-portfolio-top-content">
			<div class="row">
				<div class="pbmit-portfolio-content-left col-sm-12 col-md-12 col-lg-7 col-xl-8">
					<?php
						// Short Description
						$short_desc = get_post_meta( get_the_ID(), 'pbmit-short-description', true );
						if( !empty($short_desc) ){
							?>
							<div class="pbmit-short-description">
								<?php echo do_shortcode($short_desc); ?>
							</div>
							<?php
						}
					?>
				</div>
				<div class="pbmit-portfolio-content-right col-sm-12 col-md-12 col-lg-5 col-xl-4">
					<div  class="pbmit-single-project-details-list">
						<?php pbmit_portfolio_details_list(); ?>
					</div>
				</div>
			</div>
		</div>
		<?php pbmit_get_featured_data( array( 'featured_img_only' => false, 'size' => 'pbmit-img-1200x650' ) ); ?>
			<div class="pbmit-entry-content">
				<?php
				/* translators: %s: Name of current post */
				the_content( sprintf(
					'',
					get_the_title()
				) );
				?>
			</div><!-- .entry-content -->
		<?php
		// Prev Next Post Link
		$cpt_name = pbmit_get_base_option('portfolio-cpt-singular-title');
		$next_post = get_next_post();
		$previous_post = get_previous_post();
		the_post_navigation( array(
			'prev_text' => pbmit_esc_kses( '<span class="pbmit-nav-icon"><i class=" pbmit-base-icon-angle-left"></i><span class="pbmit-nav-head">' . sprintf( esc_attr__('Previous Post', 'xhyre') , $cpt_name ) . '</span></span><span class="pbmit-nav-wrapper">' ) . pbmit_esc_kses( '<span class="pbmit-nav nav-title">%title</span> </span>' ),
			'next_text' => pbmit_esc_kses( '<span class="pbmit-nav-icon"><span class="pbmit-nav-head">' . sprintf( esc_attr__('Next Post', 'xhyre') , $cpt_name ) . '</span><i class="pbmit-base-icon-angle-right"></i></span><span class="pbmit-nav-wrapper">' ) . pbmit_esc_kses( '<span class="pbmit-nav nav-title">%title</span> </span>' ),
		) );
		?>
	</div>
</article><!-- #post-## -->
<?php pbmit_related_portfolio(); ?>
<?php pbmit_edit_link(); ?>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨