如何设置WordPress文章特色图像

日期:2016-10-17 16:17:34 人气:1

如何设置WordPress文章特色图像

在主题的functions.php中添加如下代码 //使WordPress支持post thumbnail if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); } 注意:这段代码应当加载functions.php的body中,不要写进函数里。 add_image_size( $name, $width
    A+
热门评论