Gist for my article: WordPress: Add custom logo support to your theme. https://vanaf1979.nl/wordpress-add-custom-logo-support-to-your-theme/
<section class="header"> | |
<div class="logo"> | |
<?php echo 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