Skip to content

Instantly share code, notes, and snippets.

View lswilson's full-sized avatar

Lisa Sabin-Wilson lswilson

View GitHub Profile
if ( ! is_front_page() ) {
echo '<header id="header" class="col-full">';
woo_breadcrumbs();
if ( is_page( 'Get Help' ) ) {
$intro_text = drugfree_get_option( 'get_help' );
} elseif ( is_page ( 'Get Information' ) ) {
$intro_text = drugfree_get_option ( 'get_information' );
} elseif ( is_page ( 'Get Involved' ) ) {
$intro_text = drugfree_get_option ( 'get_involved' );