Skip to content

Instantly share code, notes, and snippets.

@carolinan
Created April 26, 2015 01:40
Show Gist options
  • Save carolinan/a41351b0ec745bace35c to your computer and use it in GitHub Desktop.
Save carolinan/a41351b0ec745bace35c to your computer and use it in GitHub Desktop.
header on posts and pages
else if (is_single() || is_page()) {
?>
<header id="masthead" role="banner">
<?php if (display_header_text() ) { ?>
<div class="site-title" style="text-align:center; margin-top:130px;"><a href="<?php echo esc_url( home_url('/') ); ?>" style="text-decoration:none;"><?php bloginfo( 'name' ); ?></a></div>
<?php }
?>
</header><!-- #masthead -->
<?php
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment