I have a custom post type set up for my portfolio with various meta boxes such as website url, special notes, etc. In the event I don't have any special notes for a particular post, is there a way to not echo that in the template?
Something like:
if $website_url does not exist, then don't print Launch <a href="<?=$website_url?>" target="_blank">Website</a>