移除特定功能支持

WordPress   2024年05月05日 14:42  

把这段代码添加到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' );}

域名注册
购买VPS主机

您或许对下面这些文章有兴趣:                    本月吐槽辛苦排行榜

看贴要回贴有N种理由!看帖不回贴的后果你懂得的!


评论内容 (*必填):
(Ctrl + Enter提交)   

部落快速搜索栏

各类专题梳理

网站导航栏

X
返回顶部