Last active
October 20, 2019 10:55
Gist for my article: WordPress: Add custom logo support to your theme. https://vanaf1979.nl/wordpress-add-custom-logo-support-to-your-theme/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="header"> | |
<div class="logo"> | |
<?php echo theme_get_custom_logo(); ?> | |
</div> | |
<nav class="menu"> | |
<!-- Your menu goes here --> | |
</nav> | |
</section> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment