php [Feat Image WP]在帖子#wordpress #php中启用精选图片
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [Feat Image WP]在帖子#wordpress #php中启用精选图片相关的知识,希望对你有一定的参考价值。
/*
* Enable Featured Image
*/
add_action( 'after_setup_theme', 'landmark_theme_setup' );
function landmark_theme_setup() {
add_theme_support( 'post-thumbnails');
}
以上是关于php [Feat Image WP]在帖子#wordpress #php中启用精选图片的主要内容,如果未能解决你的问题,请参考以下文章
将代码添加到 wp-settings.php/更改帖子的表前缀
php Wordpress在WP REST API上添加自定义帖子类型
php PHP为每位作者的WP总帖子提供支持
php 从WP查询中排除当前帖子
php 批量更新WP帖子
php 插件WP热门帖子