Skip to content

Instantly share code, notes, and snippets.

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