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',
)