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

Dir : /home/trave494/sizabil.sk/wp-content/themes/mercury/
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/sizabil.sk/wp-content/themes/mercury/page-full-width.php

<?php
/*
Template Name: Full-width Page Template
*/
?>
<?php get_header(); ?>

<!-- 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>

			<!-- Breadcrumbs Start -->

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

			<!-- Breadcrumbs End -->
			
		</div>
	</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-100 relative">
			<div class="space-page-content-wrap relative">

				<?php if(have_posts()) : ?>
				<?php while(have_posts()) : the_post(); ?>

				<div class="space-page-content-box-wrap relative">
					<div class="space-page-content page-template box-100 relative">

						<?php
							the_content();
							wp_link_pages( array(
								'before'      => '<div class="clear"></div><div class="page-links">' . esc_html__( 'Pages:', 'mercury' ),
								'after'       => '</div>',
								'link_before' => '<span class="page-number">',
								'link_after'  => '</span>',
							));
						?>

					</div>
				</div>

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

			</div>

			<?php if (comments_open()) { ?>

			<!-- Comments Start -->

			<?php comments_template(); ?>

			<!-- Comments End -->

			<?php } else {} ?>

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

<!-- Page Section End -->

<?php get_footer(); ?>