projects
/
WP-Themes
/
greatlakescfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a401066
)
I took out the extra shortcodes
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 28 Apr 2017 12:52:51 +0000
(08:52 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 28 Apr 2017 12:52:51 +0000
(08:52 -0400)
I took out the shortcodes for the custom fields that were no longer
useful. And I edited on the admin side that the custom fields don't
show.
sections/interior-page.php
patch
|
blob
|
history
diff --git
a/sections/interior-page.php
b/sections/interior-page.php
index
3fee770
..
62a88dc
100644
(file)
--- a/
sections/interior-page.php
+++ b/
sections/interior-page.php
@@
-26,8
+26,6
@@
<a class="support" href="#"></a>
<a class="signup" href="#"></a>
<?php the_field('sidebar_1');?>
- <?php the_field('sidebar_2');?>
- <?php the_field('sidebar_3');?>
</div>
</div>
<?php } ?>