Last active
October 20, 2019 10:55
-
-
Save vanaf1979/65ec390fd9bf47e826b5bfc8505f8785 to your computer and use it in GitHub Desktop.
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