Twentyten主题标题图像不会使用子主题更改

时间:2015-12-21 11:59:32

标签: php wordpress header twenty-ten-theme

我正在使用版本:2.0 二十世纪主题。我想在我的博客网站上使用这个主题,我正在使用子主题开发我的博客网站。此主题具有标题图像功能,当显示页面或单个帖子时,该功能非常灵活。我的意思是在页面中标题图像是页面特色图像。当我在单个帖子中时,它具有帖子特色图像。然后在index.php中它有默认图像。现在我的问题是我在下面的代码中出现了错误的主题functions.php文件.....

function twentyten_setup_another() {
    $custom_header_supportp = array(
        'width' => apply_filters( 'twentyten_header_image_width', 980 ),
        'height' => apply_filters( 'twentyten_header_image_height', 224 ),
    );
}
add_action( 'after_setup_theme', 'twentyten_setup_another' );

未在标题图片部分中显示上述功能。我的意思是当我将这些代码放在子主题functions.php中时,标题图像灵活性已被删除。

请帮帮我。

0 个答案:

没有答案