Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created October 8, 2013 21:54
Show Gist options
  • Save whyisjake/6892464 to your computer and use it in GitHub Desktop.
Save whyisjake/6892464 to your computer and use it in GitHub Desktop.
<div class="logo span2">
<?php if ( is_front_page() || is_home() ) : ?>
<h1><a href="<?php echo home_url(); ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/make-logo.png" /></a></h1>
<?php else : ?>
<h2><a href="<?php echo home_url(); ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/make-logo.png" /></a></h2>
<?php endif; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment