fixed the call
authorIan Weller <ian@gaslightmedia.com>
Mon, 6 Feb 2017 21:49:07 +0000 (16:49 -0500)
committerIan 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

index bd03b78..4ba187e 100644 (file)
@@ -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 } ?>