如何设置WordPress文章特色图像

日期:2016-07-13 15:33:06 人气:1

如何设置WordPress文章特色图像

一、发布文章的时候,设置特色图像: 二、代码自动截取文章特色图像: 在主题根目录下,找到functions.php文件,并复制下面代码: function autoset_featured() {global $post;$already_has_thumb = has_post_thumbnail($post->ID);if (!$already_has_thumb) {$attached_image = get_children( “post_parent=$post->ID&
    A+
热门评论