Is there a way to make comments template show up on custom post types?
D
David
Original poster
Member
Is there a way to make comments template show up on custom post types?
Hi David
You need to include the comments in the supports parameter array.
Example: ‘supports’ => array( ‘title’, ‘editor’, ‘comments’, ‘custom-fields’ ),
Best Regards