在帖子中启用特色图片

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在帖子中启用特色图片相关的知识,希望对你有一定的参考价值。

To enablefeatured image on a post, just open your theme’s functions.php file, paste in the code below, and voila!
  1. add_theme_support( 'post-thumbnails' );
  2. set_post_thumbnail_size( 115, 115 )

以上是关于在帖子中启用特色图片的主要内容,如果未能解决你的问题,请参考以下文章

Wordpress - 特色图像元框未显示在自定义帖子类型上

WordPress 自定义帖子类型前端特色图片提交

WordPress 自定义帖子特色图片、标题和内容社交媒体共享

WP REST API 帖子提要不显示特色图片

WordPress 数据库中存储的帖子特色图片链接在哪里?

如何在没有 single.php 的情况下从 wordpress 帖子中删除特色图片