Skip to content

Instantly share code, notes, and snippets.

@kennyeliason
Created April 13, 2018 21:33
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 kennyeliason/0573b049116ef1df471201a499341443 to your computer and use it in GitHub Desktop.
Save kennyeliason/0573b049116ef1df471201a499341443 to your computer and use it in GitHub Desktop.
add theme support for custom logo
add_theme_support( 'custom-logo', array(
'height' => 100,
'width' => 355,
'flex-height' => true,
'flex-width' => true,
'header-text' => array( 'site-title', 'site-description' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment