'', // background image default 'default-color' => '#fff', // background color default (dont add the #) 'wp-head-callback' => 'pf_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '' ) ); // Add custom header support. http://codex.wordpress.org/Custom_Headers // Header will be used as default when page and posts have not specified // elsewhere $header_args = array( 'default-image' => '', 'random-default' => false, 'default-text-color' => '', 'header-text' => false, 'uploads' => true, 'wp-head-callback' => 'pf_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-header', $header_args ); // Add this theme's content width if ( ! isset( $content_width ) ) $content_width = 1000; } add_action('after_setup_theme', 'pf_theme_support'); ?>