Can't Enable Comments On Custom Post Types
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Can't Enable Comments On Custom Post Types’ is closed to new replies.
The topic ‘Can't Enable Comments On Custom Post Types’ is closed to new replies.
(@frychiko)
15 years, 10 months ago
How can I enable comments on custom post types?
I’m on a fresh install of WP 3.0 with no plugins installed.
This is the code I have for a custom post type:
And I’m using the default comment template provided by wordpress, without any custom callback:
<?php comments_template(); ?>I have also checked ‘allow comments’ under ‘Discussion’ for this post type.