I currently display a URL from a custom meta box, but wanted to add a conditional check, so that if nothing has been entered, not to display the link text.
<a target="_blank" href="<?php $urlbox = get_url_desc_box(); echo $urlbox[0]; ?>">Visit Website »</a>
At the moment, even when nothing is added to the URL Meta BOX, the Visit Website text still appears within the post.