Hi,
I've been looking round the codex and Google, trying to find clues about how to achieve this, but I fear my PHP knowledge leaves a little to be desired.
Basically my blog uses custom meta fields to display additional information on posts, however if these fields are left empty I want to hide the empty div that would otherwise contain the meta content and replace this with alternative content.
I know this is probably grass roots 'if, else' stuff but I'm not so hot on the exact syntax, any help would be greatly appreciated.
I currently call meta info using <?php echo get('analystnotes')?>
Thanks, Rob