admin管理员组文章数量:1130349
I have created a custom post type called groups and I would like to add the comments meta field to this edit groups page. Any ideas that would help me? Thank you.
I have created a custom post type called groups and I would like to add the comments meta field to this edit groups page. Any ideas that would help me? Thank you.
Share Improve this question asked Nov 30, 2018 at 6:01 Sanjana NanjappaSanjana Nanjappa 135 bronze badges 1- please check:sitepoint/adding-meta-boxes-post-types-wordpress – vikrant zilpe Commented Nov 30, 2018 at 6:05
1 Answer
Reset to default 0I figured a simple solution for this
'supports' => array(
'title',
'editor',
'revisions',
'comments',
)
I have created a custom post type called groups and I would like to add the comments meta field to this edit groups page. Any ideas that would help me? Thank you.
I have created a custom post type called groups and I would like to add the comments meta field to this edit groups page. Any ideas that would help me? Thank you.
Share Improve this question asked Nov 30, 2018 at 6:01 Sanjana NanjappaSanjana Nanjappa 135 bronze badges 1- please check:sitepoint/adding-meta-boxes-post-types-wordpress – vikrant zilpe Commented Nov 30, 2018 at 6:05
1 Answer
Reset to default 0I figured a simple solution for this
'supports' => array(
'title',
'editor',
'revisions',
'comments',
)
本文标签: Add a comments meta box to the custom post type
版权声明:本文标题:Add a comments meta box to the custom post type 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749139363a2321899.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论