advanced code snippet search
i-am-andy on 10/28/11
wordpress conditional field statement custom
10/28/11 12:51am
Only show content if Custom Field exists
<?php if (strlen(get_post_meta($post->ID, "direct dial", true)) > 0) : ?> <p class="direct_dial"><strong>DD</strong> <?php echo get_post_meta($post->ID, "direct dial", true);?></p><?php endif; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.