PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/bettingbin.com/wp-content/themes/mercury/theme-parts/single/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/bettingbin.com/wp-content/themes/mercury/theme-parts/single/style-1.php

<!-- Title Box Start -->

<div class="space-title-box box-100 relative">
	<div class="space-title-box-ins space-page-wrapper relative">
		<div class="space-title-box-h1 relative">
			<h1><?php the_title(); ?></h1>
			<?php if(has_excerpt()){ ?>
				<div class="space-page-content-excerpt box-100 relative">
					<?php the_excerpt(); ?>
				</div>
			<?php } ?>

			<!-- Breadcrumbs Start -->

			<?php get_template_part( '/theme-parts/breadcrumbs' ); ?>

			<!-- Breadcrumbs End -->
		
		</div>
	</div>
</div>
<div class="space-title-box-category-wrap relative">
	<div class="space-title-box-category relative">
		<?php the_category(' '); ?>
	</div>
</div>

<!-- Title Box End -->

<!-- Page Section Start -->

<div class="space-page-section box-100 relative">
	<div class="space-page-section-ins space-page-wrapper relative">
		<div class="space-content-section box-75 left relative">
			<div class="space-page-content-wrap relative">

				<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
				<?php if(function_exists('spacethemes_set_post_views')) { spacethemes_set_post_views(get_the_ID()); } ?>

				<!-- Author Info Start -->

				<?php
					if(!get_theme_mod('mercury_author_info_block')) {
						get_template_part('/theme-parts/author-info');
					}
				?>

				<!-- Author Info End -->

				<?php
					$src = wp_get_attachment_image_src(get_post_thumbnail_id(), 'mercury-994-559');
					$src_mobile = wp_get_attachment_image_src(get_post_thumbnail_id(), 'mercury-450-254');
					if ($src) {
				?>

				<div class="space-page-content-featured-img box-100 relative">
					<img src="<?php echo esc_url($src[0]); ?>" alt="<?php the_title_attribute(); ?>" class="space-desktop-view">
					<img src="<?php echo esc_url($src_mobile[0]); ?>" alt="<?php the_title_attribute(); ?>" class="space-mobile-view">
					<?php $caption = get_the_post_thumbnail_caption(); if ($caption) { ?><span class="text-right"><?php echo esc_html($caption); ?></span><?php } ?>
				</div>

				<?php } ?>

				<div class="space-page-content-box-wrap relative">
					<div class="space-page-content box-100 relative">
						<?php
							the_content();
							wp_link_pages( array(
								'before'      => '<div class="clear"></div><nav class="navigation pagination-post">' . esc_html__( 'Pages:', 'mercury' ),
								'after'       => '</nav>',
								'link_before' => '<span class="page-number">',
								'link_after'  => '</span>',
							) );
						?>
					</div>
				</div>

				<?php endwhile; ?>
				<?php endif; ?>

				<?php
					the_tags('<div class="space-page-content-tags box-100 relative"><span><i class="fa fa-tags" aria-hidden="true"></i> </span>', ', ', '</div>');
				?>

			</div>

			<?php if( get_theme_mod('mercury_related_posts') ) { ?>

			<!-- Read More Start -->

			<?php get_template_part( '/theme-parts/related-posts' ); ?>

			<!-- Read More End -->

			<?php } ?>

			<?php if ( comments_open() || get_comments_number() ) :?>

			<!-- Comments Start -->

			<?php comments_template(); ?>

			<!-- Comments End -->

			<?php endif; ?>

		</div>
		<div class="space-sidebar-section box-25 right relative">

			<?php get_sidebar(); ?>

		</div>
	</div>
</div>

<!-- Page Section End -->