<?php echo $yearbuilt = get_post_meta ($post->ID, 'yearbuilt', true); if ( !empty($yearbuilt) ) ?>
I want the word "Built" before the custom field yearbuilt and only if yearbuilt is NOT empty. I've worked on this for hours and nothing I tried worked. Help!