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/b91985b983ac857762dae9d73aaf2dba to your computer and use it in GitHub Desktop.
Save vanaf1979/b91985b983ac857762dae9d73aaf2dba 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/
<a class="custom-logo-link" href="http://example.com" >
<img
class="custom-logo"
src="http://example.com/wp-content/uploads/2019/10/logo-image.jpg"
width="572"
height="572"
alt="site name"
/>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment