Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jayseventwo/5449483 to your computer and use it in GitHub Desktop.
Save jayseventwo/5449483 to your computer and use it in GitHub Desktop.
open templates/page-header.php and replace with:
<?php if( !is_front_page() ):?>
<div class="page-header">
<h1><?php echo roots_title(); ?></h1>
</div>
<?php endif;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment