Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //* Add support for custom header
- add_theme_support( 'custom-header', array(
- // 'width' => 270,
- // 'height' => 80,
- 'width' => 1068,
- 'height' => 128,
- 'header-selector' => '.site-title a',
- 'header-text' => false
- ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement