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

📄 service-single-style-1.php

📁 Path: /home/stakrfrcol/agency/wp-content/themes/xhyre/theme-parts/service-single-style-1.php
📊 Size: 1.77 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('service-single-style');
$single_style	= get_post_meta( get_the_ID(), 'pbmit-service-single-view', true );
if( !empty($single_style) ){ $style = $single_style; }
$class_list	= 'pbmit-service-single-style-'.$style;
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( $class_list ); ?>>
	<div class="pbmit-service-single">
		<div class="pbmit-service-feature-image">
			<?php pbmit_get_featured_data( array( 'featured_img_only' => false, 'size' => 'pbmit-img-1000x615' ) ); ?>
		</div>			
		<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('service-cpt-singular-title');
		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_service() ?>
<?php pbmit_edit_link(); ?>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨