Advertisement
srikat

Untitled

Sep 25th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. //* Add support for custom header
  2. add_theme_support( 'custom-header', array(
  3.     // 'width'           => 270,
  4.     // 'height'          => 80,
  5.     'width'           => 1068,
  6.     'height'          => 128,
  7.     'header-selector' => '.site-title a',
  8.     'header-text'     => false
  9. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement