Skip to content

Instantly share code, notes, and snippets.

@simplethemes
Created August 26, 2015 17:15
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 simplethemes/72ebc1c8054cbc633272 to your computer and use it in GitHub Desktop.
Save simplethemes/72ebc1c8054cbc633272 to your computer and use it in GitHub Desktop.
function site_header() { ?>
<div class="page-wrap">
<div class="site-header">
<div class="container">
<div id="navtoggle">
<a href="#"><span>&nbsp;</span><span>&nbsp;</span><span>&nbsp;</span></a>
</div>
<div id="tel">
<a href="tel:+12056036118">205.603.6118</a>
</div>
<h1 class="site-title"><a title="<?php echo get_bloginfo( 'description' );?>" href="<?php echo esc_url(home_url('/'));?>" rel="home"><?php echo get_bloginfo( 'name' );?></a></h1>
<?php wp_nav_menu( array('theme_location'=>'primary','container_id'=>'menu','depth'=>1) ); ?>
</div>
</div>
<?php }
add_action('kronos_header','site_header',1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment