Comments on Custom Post types
March 1, 2024 at 12:03 am
Is there a way to make comments template show up on custom post types?
Replies (1)
-
March 1, 2024 at 12:03 am
Is there a way to make comments template show up on custom post types?
-
March 1, 2024 at 6:38 am
Hi David
You need to include the comments in the supports parameter array.
Example: ‘supports’ => array( ‘title’, ‘editor’, ‘comments’, ‘custom-fields’ ),
Best Regards