Skip to content

Instantly share code, notes, and snippets.

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 sumnermic/c25c284c2f39c052e25961d14e5c013b to your computer and use it in GitHub Desktop.
Save sumnermic/c25c284c2f39c052e25961d14e5c013b to your computer and use it in GitHub Desktop.
<header>
<?php
$custom_logo = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ), 'full' );
?>
<img src="<?php echo $custom_logo[0]; ?>" alt="<?php bloginfo('name'); ?>" width="128" height="19">
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment