Add full_width_content ACF to index for pages to add post-content content
authorLaury GvR <laury@gaslightmedia.com>
Wed, 2 Oct 2019 18:50:21 +0000 (14:50 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 2 Oct 2019 18:50:21 +0000 (14:50 -0400)
index.php

index 61ce120..57cd8d3 100644 (file)
--- a/index.php
+++ b/index.php
                         <?php endif;?>
                 </div>
             </div>
+            <div class="row full-width">
+                <div class="column small-12">
+                    <?php if ( function_exists("get_field") && get_field("full_width_content") ) { ?>
+                        <?php the_field("full_width_content"); ?>
+                    <?php } ?>
+                </div>
+            </div>
         </div>
 <?php get_footer(); ?>
\ No newline at end of file