如何自定义我的主题标题的大小?

时间:2014-09-12 作者:Stu Pickard

我想使用闪耀主题更改标题的大小。在函数中。php,就在下面:

/**
 * Implement the Custom Header feature.
 */
我添加了以下内容:

add_theme_support( \'custom-header\' );
下面是我从自定义标题粘贴的内容。php:

function sparkling_custom_header_setup() {  
    add_theme_support( 
        \'custom-header\', 
        apply_filters( 
            \'sparkling_custom_header_args\', 
            array(  
                \'default-image\'          => \'\',  
                \'default-text-color\'     => \'dadada\',  
                \'width\'                  => 300,   
                \'height\'                 => 76,   
                \'flex-height\'            => true,  
                \'flex-width\'             => true,  
                \'wp-head-callback\'       => \'sparkling_header_style\',  
                \'admin-head-callback\'    => \'sparkling_admin_header_style\',  
                \'admin-preview-callback\' => \'sparkling_admin_header_image\',  
            ) 
        ) 
    );
}
但是定制宽度和高度没有任何作用。我还尝试设置一个“灵活的标题”,并将不同的数组模板粘贴到函数中。php以及该标题。php:

<img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" />
我在不同的位置/排列中尝试了后几行代码,以替代标头中已经存在的一些外观非常相似的代码。php,以及除此之外的代码。还是没什么。

1 个回复
SO网友:T.Todua

1) 参见参考-http://codex.wordpress.org/Custom_Headers

2) 您可以像这样在标题中插入。php:<img class="somethingg" style="width:400px;height:200px;" ................ />

结束

相关推荐

jquery issue in functions.php

我正在处理的主题中有一个问题,我不知道如何解决它。该主题有几个jquery脚本,需要加载到头部才能工作。如果没有所有这些,主题就失败了。这是我打电话给的人jquery-1.8.2。最小jsjquery-1.6.1。min.jsjquery。放松。1.3。jsjquery-ui-1.8.11。风俗min.jsjquery-ui-1.8.21。风俗最小js现在使用WordPress,我想您可以将jquery排队,然后加载所有版本。我的问题是,当我尝试这样做并删除上面的脚本时,一切都失败了。我将所有脚本放入函数