我在自定义主题中看不到任何上载标题图像的选项(尽管标题中有相应的代码)
我是否需要注册它?
此外,我有一个特定的大小,我想实现,有没有可能硬裁剪上传时的标题图像?(我希望它被裁剪,而不是用CSS调整大小)
Solution I found:
我用过
custom_header_support
$custom_header_support = array(
\'width\' => 260,
\'height\' => 300,
\'header-text\' => false,
);
add_theme_support( \'custom-header\', $custom_header_support );