?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/saintgilleslesbains/wp-content/themes/pressville/page-templates/
Upload File :
Current File : /home/rankinh/saintgilleslesbains/wp-content/themes/pressville/page-templates/sidebar-right.php

<?php /* Template Name: Sidebar on the Right */
esc_html__( 'Sidebar on the Right', 'pressville' ); ?>

<?php get_header(); ?>

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

<!-- COLUMNS : begin -->
<div id="columns">
	<div class="columns__inner">
		<div class="lsvr-container">

			<div class="lsvr-grid">
				<div class="columns__main lsvr-grid__col lsvr-grid__col--span-8">

					<!-- MAIN : begin -->
					<main id="main">
						<div class="main__inner">

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

								<div <?php post_class(); ?>>

									<!-- PAGE HEADER : begin -->
									<header class="page__header">
										<h1 class="page__title is-main-headline">
											<?php the_title(); ?>
										</h1>
									</header>
									<!-- PAGE HEADER : end -->

									<?php get_template_part( 'template-parts/page-content' ); ?>

								</div>

							<?php endwhile; endif; ?>

						</div>
					</main>
					<!-- MAIN : end -->

				</div>
				<div class="columns__sidebar columns__sidebar--right lsvr-grid__col lsvr-grid__col--span-4">
					<?php
						global $post;
						$post_id = $post->ID;
						$sidebar_by_ids = [
							"22442" => '22486',
							"21903" => '21913',
							"201" => '8722',
							"1786" => '8722',
							"1587" => '8722',
							"1783" => '8722',
							"1602" => '8722',
							"1792" => '8722',
							"1810" => '8722',
							"1731" => '8722',
							"1651" => '8722',
						];
						if(isset($sidebar_by_ids[$post_id])){
							$sidebar_id_to_display = $sidebar_by_ids[$post_id];
							echo do_shortcode('[ca-sidebar id="'.$sidebar_id_to_display.'"]');
						} else {
							get_sidebar();
						}
					?>
				</div>
			</div>

		</div>
	</div>
</div>
<!-- COLUMNS : end -->

<?php get_footer(); ?>