advanced code snippet search
davebowker on 11/20/08
wordpress field optional custom
11/20/08 08:34am
2 people have marked this snippet as a favorite
nerdfilesFilipsvk
<?php$number = get_post_meta($post->ID, 'number', true);if ( $number ) {echo 'there is a custom field value';}else {echo 'no custom field value';}?>
Report this snippet Tweet
Comment:
You need to login to post a comment.