Comments on Custom Post types

David March 1, 2024 at 12:03 am

Is there a way to make comments template show up on custom post types?

Replies (1)

  1. David March 1, 2024 at 12:03 am

    Is there a way to make comments template show up on custom post types?

  2. Spiracle Themes 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

Post a Reply

Reply To: Comments on Custom Post types
Your information: