Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Last active November 3, 2017 18:26
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 anwerashif/ffb71fdad4452022336de91d955e0292 to your computer and use it in GitHub Desktop.
Save anwerashif/ffb71fdad4452022336de91d955e0292 to your computer and use it in GitHub Desktop.
Add custom logo
<?php
// Do NOT include the opening PHP tag
// Add custom logo or Enable option in Customizer > Site Identity
add_theme_support( 'custom-logo', array(
'width' => 244,
'height' => 315,
'flex-width' => true,
'flex-height' => 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