fix: tucao 文章类型支持评论
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ function kjweji_register_tucao() {
|
||||
'has_archive' => true,
|
||||
'rewrite' => array('slug' => 'tucao'),
|
||||
'show_in_rest' => true,
|
||||
'supports' => array('title', 'editor', 'author', 'thumbnail'),
|
||||
'supports' => array('title', 'editor', 'author', 'thumbnail', 'comments'),
|
||||
'menu_position' => 25,
|
||||
'menu_icon' => 'dashicons-format-chat',
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user