I have created custom post type called blog & added some post to this post type.
But I am not able to see the comments template in single page of this custom post type.
I have also used comments_template( '', true );
But it shows nothing.
I have created custom post type called blog & added some post to this post type.
But I am not able to see the comments template in single page of this custom post type.
I have also used comments_template( '', true );
But it shows nothing.
You must be logged in to post a comment.
you can also use the below queries as per your need
Fire this SQL Query in your database
and don’t forget to set tick mark in Settings -> Discussion Settings -> Allow people to post comments on new articles
in your admin panel
and click on save changes.