Add a comments meta box to the custom post type

admin2025-06-06  2

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
Add a comment  | 

1 Answer 1

Reset to default 0

I figured a simple solution for this

          'supports' => array(
          'title',
          'editor',
          'revisions',
          'comments',
          )
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749139407a316695.html

最新回复(0)