Frontpage custom video section added - retrieves from ACF field
authorLaury GvR <laury@gaslightmedia.com>
Fri, 23 Aug 2019 16:53:39 +0000 (12:53 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 26 Aug 2019 18:09:19 +0000 (14:09 -0400)
front-page.php

index ff53ca3..895f718 100644 (file)
             </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">