如何设置WordPress文章特色图像
如何设置WordPress文章特色图像
日期:2017-01-27 00:34:08 人气:2
在主题的functions.php中添加如下代码
//使WordPress支持post thumbnail
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
}
注意:这段代码应当加载functions.php的body中,不要写进函数里。
add_image_size( $name, $width, $hei