Guest User

Untitled

a guest
Dec 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php $values = get_post_custom_values('Brewery'); ?>
  2.  
  3. <?php
  4. if ( $values ) { ?>
  5.  
  6. <div class="custom-field">
  7. <?php $key="Brewery";?>
  8. <p><?php echo get_post_meta($post->ID, $key, true); ?></p>
  9. </div>
  10.  
  11. <?php }?>
Add Comment
Please, Sign In to add comment