Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ***** Display Custom Meta Box Field Only If Value is Present *****
- <?php if ( get_post_meta(get_the_ID(), '__specspicture__', 'true') ) : ?>
- Your code here
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement