Skip to content

Instantly share code, notes, and snippets.

@sabotawsh
Forked from adapicom/ifcustomfield.php
Created May 6, 2018 00:04
Show Gist options
  • Save sabotawsh/5b6dc795665a6166ec002c68af8f74b0 to your computer and use it in GitHub Desktop.
Save sabotawsh/5b6dc795665a6166ec002c68af8f74b0 to your computer and use it in GitHub Desktop.
Print Custom Field IF Custom Field Exists
<?php if(get_post_meta($post->ID, 'single-bottom-ad', true)): ?>
<div id="single-bottom-ad">
<?php echo get_post_meta($post->ID, 'single-bottom-ad', true); ?>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment