</div>
</div>
- <div id="inside-scoop" class="frontpage-section">
- <div class="small-12 columns">
- <h1 class="frontpage-section-title">The inside scoop</h1>
- Custom Field for frontpage video url goes here
+ <?php // Only show this section if the custom field for it is set on the homepage admin page
+ if ( function_exists("get_field") && get_field("inside_scoop_video_url") ) {
+ ?>
+ <div id="inside-scoop" class="frontpage-section">
+ <div class="small-12 columns">
+ <h1 class="frontpage-section-title">The inside scoop</h1>
+ <iframe width="560"
+ height="315"
+ src=<?php the_field("inside_scoop_video_url"); ?>
+ frameborder="0"
+ allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
+ allowfullscreen>
+ </iframe>
+ </div>
</div>
- </div>
+ <?php } ?>
<div id="map-blog" class="frontpage-section">
<div class="row">