用户登录
还没有账号?立即注册
用户注册
点击换图
投稿取消
文章分类:
还能输入300字

上传中....

移除特定功能支持

时间:2023-03-30 作者: 来源:顿格文库

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

‘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' );

}


顿格文库www.DUnge.com独家②使*用,转载请联系本站网管!』

热门关键词