在帖子中启用特色图片
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!
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 115, 115 )
以上是关于在帖子中启用特色图片的主要内容,如果未能解决你的问题,请参考以下文章
Wordpress - 特色图像元框未显示在自定义帖子类型上