Skip to content

Instantly share code, notes, and snippets.

@kirasiris
Created October 13, 2017 08:22
Show Gist options
  • Save kirasiris/419c17142d3daad816acc30cdbc96b93 to your computer and use it in GitHub Desktop.
Save kirasiris/419c17142d3daad816acc30cdbc96b93 to your computer and use it in GitHub Desktop.
<?php
//This goes in your functions
add_theme_support('custom-logo');
?>
<?php
//This goes in your html elements
if(has_custom_logo()) : ?><?php the_custom_logo(); ?><?php else : ?><?php bloginfo('name');
?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment