I updated the shortcode call
authorIan Weller <ian@gaslightmedia.com>
Wed, 1 Feb 2017 17:56:15 +0000 (12:56 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 1 Feb 2017 17:56:15 +0000 (12:56 -0500)
I updated the shortcode call to respond to the dev55 field name.

parts/sidebar.php

index 9f6eaca..107c696 100644 (file)
@@ -11,6 +11,6 @@
 <?php } else { ?>
 
 <div id="contact" class="large-3 columns show-for-large-up">
-    <?php the_field('contact_info'); ?>
+    <?php the_field('sidebar'); ?>
 </div>
 <?php } ?>  
\ No newline at end of file