Quite a simple question really, but unsure how to do it. I have this little bit of code:
<li><span>
<?php if ( function_exists('get_custom_field_value') ){
get_custom_field_value('Essential info 5', true);
} ?>
</span></li>
...and I want to find out how I can adjust it so that if that particular field is empty, it does not display the list item at all.
Thanks!
