Skip to content

Commit

Permalink
Add custom logo support
Browse files Browse the repository at this point in the history
  • Loading branch information
apokyro committed Jul 14, 2016
1 parent 4a70541 commit 6768e95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion theme/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,15 @@ function theme_setup() {
/*
add_theme_support( 'post-thumbnails' );
*/


// Add Custom Logo Support.
/*
add_theme_support( 'custom-logo', array(
'width' => 181, // Example Width Size
'height' => 42, // Example Height Size
'flex-width' => true,
) );
*/

// Register navigation menus for theme
/*
Expand Down

0 comments on commit 6768e95

Please sign in to comment.