如何获得我的定制主题的徽标

时间:2017-12-30 作者:ValRob

很抱歉提出这个愚蠢的问题。。。

这里有get_bloginfo() 函数获取Site title

我想该网站的标志。。。有这样的功能吗?

get_bloglogo();
get_blogimage();
没什么用。。。

1 个回复
SO网友:Mostafa Norzade

在功能中设置具有自定义大小的主题徽标。php:

function theme_prefix_setup() {

    add_theme_support( \'custom-logo\', array(
        \'height\'      => 100,
        \'width\'       => 400,
        \'flex-width\' => true,
    ) 
);

}
add_action( \'after_setup_theme\', \'theme_prefix_setup\' );
输出自定义徽标:

function theme_prefix_the_custom_logo() {

    if ( function_exists( \'the_custom_logo\' ) ) {
        the_custom_logo();
    }

}

结束

相关推荐

Missing Logo in Repository

我在WordPress存储库中遇到了一个非常奇怪的行为,或者我做错了什么(更有可能)。因此,对于我在WordPress存储库中注册的插件,我创建了一个徽标,并将其上传为icon-128x128.png 以及icon-256x256.png 在/assets/-文件夹首先,我只上传了一个小徽标,它没有出现在搜索结果中。我想,我等了一会儿,因为存储库有时需要一些时间来做出反应。在这个徽标没有出现之后,我决定也许我也应该上传更大的256px徽标。所以我做到了。从那时起,这个标志就出现在WordPress管理员的