projects
/
WP-Themes
/
glmthemes
/
crawfordcounty-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f2b0a
)
updating field name
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 1 Feb 2017 18:09:26 +0000
(13:09 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 1 Feb 2017 18:09:26 +0000
(13:09 -0500)
I updated the field name shortcode. It should work now.
parts/sidebar.php
patch
|
blob
|
history
diff --git
a/parts/sidebar.php
b/parts/sidebar.php
index
107c696
..
8dcbc2a
100644
(file)
--- a/
parts/sidebar.php
+++ b/
parts/sidebar.php
@@
-11,6
+11,6
@@
<?php } else { ?>
<div id="contact" class="large-3 columns show-for-large-up">
- <?php the_field('sidebar'); ?>
+ <?php
echo
the_field('sidebar'); ?>
</div>
<?php } ?>
\ No newline at end of file