把这段代码添加到functions.php中,将在特定文章类型中删除指定功能,把“post”换成你想换成的自定义文章类型名称或者默认文章,页面。

把这段代码添加到functions.php中,将在特定文章类型中删去指定功用,把“post”换成你想换成的自定义文章类型称号或许默许文章,页面。

移除特定功用支撑  删除 功能 插件与修改 支持 移除 新闻资讯 第1张

‘title’ (Post Title)
‘editor’ (content)
‘author’ (Author controls)
‘thumbnail’ (featured image) (current theme must also support Post Thumbnails)
‘excerpt’ (Excerpt functionality)
‘trackbacks’ (Options)
‘custom-fields’ (Custom Fields)
‘comments’ (also will see comment count balloon on edit screen)
‘revisions’ (will store revisions)
‘page-attributes’ (template and menu order) (hierarchical must be true)

add_action( 'admin_init', 'wps_cpt_support' );
function wps_cpt_support() {
remove_post_type_support( 'post', 'title' );
remove_post_type_support( 'post', 'comments' );
}

转载请说明出处
知优网 » 移除特定功用支撑

发表评论

您需要后才能发表评论