Skip to content

Instantly share code, notes, and snippets.

@wplit
Last active June 16, 2019 23:09
Show Gist options
  • Select an option

  • Save wplit/fb496f2d785ad66dd07670da8ff0e15c to your computer and use it in GitHub Desktop.

Select an option

Save wplit/fb496f2d785ad66dd07670da8ff0e15c to your computer and use it in GitHub Desktop.
Enable custom logo in WordPress
add_theme_support( 'custom-logo',
array(
'height' => 200,
'width' => 200,
'flex-width' => true,
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment