10 22 

wordpress编辑文章没有特色图片解决方法

时间: 2021-10-22  分类: 建站

在主题的functions.php文件中添加如下代码:

// 开启特色图片
add_theme_support(‘post-thumbnails’, array(
‘post’,
‘page’,
‘custom-post-type-name’,
));