'd6d6d6', ); add_theme_support( 'custom-background', $cb_args ); // // CUSTOM HEADER // $ch_args = array( // 'width' => 1170, // 'height' => 120, // 'default-image' => get_template_directory_uri() . '/header.jpg', // 'uploads' => true, // ); // add_theme_support( 'custom-header', $ch_args ); if ( ! isset( $content_width ) ) $content_width = 850; }