Skip to content

Instantly share code, notes, and snippets.

@Youhan
Created June 7, 2015 05:36
Show Gist options
  • Save Youhan/8421320a705c7fa7b23a to your computer and use it in GitHub Desktop.
Save Youhan/8421320a705c7fa7b23a to your computer and use it in GitHub Desktop.
custom
<?php if ( is_front_page() ):?>
<div class="my-custom-logo">
<a href="http://www.future-archs.com/" title="Future Arch's">
<img src="http://www.future-archs.com/FutureL6.png" alt="Future Arch's">
</a>
</div>
<?php endif;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment