Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Created February 16, 2012 15:58
Show Gist options
  • Save jtsternberg/1845939 to your computer and use it in GitHub Desktop.
Save jtsternberg/1845939 to your computer and use it in GitHub Desktop.
If the option is empty, don't display
<?php if ( $station_phone = genesis_get_option( 'station_phone' ) ) { ?>
<div class="live-toolbar-phone alignright">
<span>Request Line: <?php echo $station_phone; ?></span>
</div>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment