最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

image - Why Logo Size is Large in Wordpress? - Stack Overflow

programmeradmin3浏览0评论

I set the logo size to 200px 200px but on the site logo is bigger. It is set to image size, 626px 626px

function theme_support()  {
    $defaults = array(
        'height'               => 200,
        'width'                => 200,
        'flex-height'          => false,
        'flex-width'           => false,
        'header-text'          => array( 'site-title', 'site-description' ),
        'unlink-homepage-logo' => true, 
    );
    add_theme_support( 'custom-logo', $defaults );
}
add_action('after_setup_theme', 'theme_support');
发布评论

评论列表(0)

  1. 暂无评论