Save
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?php /* Template Name: Page / Carporty */ ?>
|
<?php /* Template Name: Page / Carporty */ ?>
|
||||||
<?php get_header() ?>
|
<?php get_header() ?>
|
||||||
|
|
||||||
|
<?php if ( true === false) : ?>
|
||||||
<?php if (have_rows('sections')) : ?>
|
<?php if (have_rows('sections')) : ?>
|
||||||
<?php while (have_rows('sections')) : the_row(); ?>
|
<?php while (have_rows('sections')) : the_row(); ?>
|
||||||
<?php if (get_row_layout() == 'hero_slider') : ?>
|
<?php if (get_row_layout() == 'hero_slider') : ?>
|
||||||
@@ -35,6 +36,20 @@
|
|||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<section class="two-cols bg-light">
|
||||||
|
<div class="wrapper wrapper--inner imageRight">
|
||||||
|
<div class="col col-text">
|
||||||
|
<?php the_field('carports_excerpt') ?>
|
||||||
|
</div>
|
||||||
|
<div class="col col-image">
|
||||||
|
<div class="image-wrapper">
|
||||||
|
<img src="<?php the_field('carports_img'); ?>" alt="" class="img-auto section-image">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<div class="xl:container xl:mx-auto" style="max-width: 1200px;">
|
<div class="xl:container xl:mx-auto" style="max-width: 1200px;">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user