HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/ShovaGo copy/single.php
<?php
	get_header();
	$hayber = get_template_directory_uri().'/assets/img/myhot-hayber.png';
	while ( have_posts() ) : the_post();
	$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'HijouPagesThumb' );
	if ( function_exists( 'ShovaGoViewsSetSystem' ) ) : ShovaGoViewsSetSystem(get_the_ID()); endif;
?>
<div id="pageHeader" class="pd--80-0 ihead animationContainer" style="padding-top: 105px;">
  <div class="container">
  	<img class="animated dots3" src="<?php echo $hayber; ?>">
  	<img class="icons icon18" src="<?php echo $hayber; ?>">
  	<img class="icons icon19" src="<?php echo $hayber; ?>">
  	<img class="icons icon20" src="<?php echo $hayber; ?>">
  	<img class="icons icon21" src="<?php echo $hayber; ?>">
    <div class="page-header--title pull-left page-header-rtl catproducts">
       <h1 class="h1"><?php the_title(); ?></h1>
    </div>
  </div>
</div>
  <div class="container pd--80-0-80">
		<div class="img-fluid" style="background-image:url(<?php  echo $image[0]; ?>)"> </div>
		<div class="pagecontent thesingle">
			<div class="entry-content">
				<div class="meta-post">
					<div class="categories"> التصنيفات: <?php the_category(''); ?> </div>
					<div class="tags"> الوسوم: <?php the_tags( '', '' ); ?> </div>
				</div>
				<?php the_content(); ?>
			</div>
			<?php comments_template(); ?>
		</div>
	</div>

<?php endwhile; get_footer(); ?>