Skip to content

Instantly share code, notes, and snippets.

@portfola
Created March 31, 2016 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save portfola/098d11daa94ea281e06edacc1d0d96e9 to your computer and use it in GitHub Desktop.
Save portfola/098d11daa94ea281e06edacc1d0d96e9 to your computer and use it in GitHub Desktop.
<div class="site-branding">
<div class="site-branding-container">
<?php get_template_part( 'components/site-logo/site-logo' ); ?>
<?php do_action ( 'anp_network_main_site_description' );?>
<h1 class="site-title"><a href="<?php bloginfo( 'url' ); ?>"><?php bloginfo( 'title' ); ?></a></h1>
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
<?php get_template_part( 'components/social-menu/social-menu' ); ?>
</div>
</div><!-- .site-branding -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment