如何设置WordPress文章特色图像
如何设置WordPress文章特色图像
日期:2017-03-13 16:05:33 人气:2
WordPress文章特色图像方法:在主题的functions.php中添加如下代码
//使WordPress支持post thumbnailif ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' );}
注意:这段代码应当加载functions.php的body中,不要写进函数里。
add_image_size( $name, $wi