我正在为我们的一个客户使用WP 3.5作为CMS。我需要一个大于940×250像素的标题图像,所以我更改了宽度和高度参数,但当我尝试上载新图像时,它仍然要求我裁剪它。我做错了什么?
$settings = array(
\'width\' => 1700,
\'height\' => 300,
\'flex-height\' => true,
\'flex-width\' => true,
\'header-text\' => false,
\'uploads\' => true,
);
add_theme_support( \'custom-header\', $settings );