projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d79eef
)
Add full_width_content ACF to index for pages to add post-content content
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 2 Oct 2019 18:50:21 +0000
(14:50 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 2 Oct 2019 18:50:21 +0000
(14:50 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
61ce120
..
57cd8d3
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-48,5
+48,12
@@
<?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