WordPress的add_theme_support介绍

2018-08-12 wordpress经验
  • 文章介绍
  • 快速入门
  • 评价&建议

WordPress的add_theme_support介绍

在看twenty-fourteen这个官网主题时,会发现主题有 背景和头部设置
这个是怎么出来的呢?
其实是用到了 add_theme_support 这个函数。

add_theme_support( 'custom-background', apply_filters( 'twentyfourteen_custom_background_args', array(
        'default-color' => 'f5f5f5',
    ) ) );

require get_template_directory() . '/inc/custom-header.php';
———–
    

比如缩略图,也是由这个函数在function.php里设置的。
代码:
    add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 672, 372, true );
    add_image_size( 'twentyfourteen-full-width', 1038, 576, true );
————-
还有文章格式,也是由它设置的:
代码:
add_theme_support( 'post-formats', array(
        'aside', 'image', 'video', 'audio', 'quote', 'link', 'gallery',
    ) );
——————–    

http://codex.WordPress.org/Function_Reference/add_theme_support
 

10 0

企业建站推荐正版商业主题,国内专业团队开发,完善售后,是您不二选择。

正版主题商店

主题猫WP建站,累计帮助1300+客户成功建站,为站长提供支持!

立刻开启你的建站之旅
QQ在线客服

服务热线

wordpress建站咨询