projects
/
WP-Themes
/
crawfordco.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143fa01
)
fixed the call
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 6 Feb 2017 21:49:07 +0000
(16:49 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 6 Feb 2017 21:49:07 +0000
(16:49 -0500)
I found out calling the part is a mistake. So we made the custom field
call show for medium down, instead of the partial.
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
bd03b78
..
4ba187e
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-4,7
+4,7
@@
<?php glm_side_menu(); ?>
</div>
<div class="show-for-medium-down">
- <
?php get_template_part('parts/sidebar');?
>
+ <
p><?php echo the_field('sidebar'); ?></p
>
</div>
</div>
<?php } ?>