Skip to content

Instantly share code, notes, and snippets.

@sophiawzey
Last active November 30, 2018 20:19
Show Gist options
  • Save sophiawzey/0df9ab27ae3995827403e6a7c5cd4c07 to your computer and use it in GitHub Desktop.
Save sophiawzey/0df9ab27ae3995827403e6a7c5cd4c07 to your computer and use it in GitHub Desktop.
[Banner Solid] #wordpress
<?php
/**
* used in xyz.php
* NOTES: I might swap this out for the one using acf title and intro body copy
*/
?>
<header class="banner banner-solid">
<div class="grid-container">
<h1 class="banner__title text-center"><?php the_title(); ?></h1>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment