Skip to content

Instantly share code, notes, and snippets.

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