File: /home/qirgxuo4hkuv/public_html/volzano.com/wp-content/themes/volzano/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"> Clasificaciones: <?php the_category(''); ?> </div>
<div class="tags">Etiquetas: <?php the_tags( '', '' ); ?> </div>
</div>
<?php the_content(); ?>
</div>
<?php comments_template(); ?>
</div>
</div>
<?php endwhile; get_footer(); ?>