agian with the field name
authorIan Weller <ian@gaslightmedia.com>
Wed, 1 Feb 2017 18:16:49 +0000 (13:16 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 1 Feb 2017 18:16:49 +0000 (13:16 -0500)
parts/sidebar.php

index d1aae22..35b0e90 100644 (file)
@@ -11,6 +11,6 @@
 <?php } else { ?>
 
 <div id="contact" class="large-3 columns show-for-large-up">
-    <?php echo the_field('Sidebar'); ?>
+    <p><?php echo the_field('Sidebar'); ?></p>
 </div>
 <?php } ?>  
\ No newline at end of file