Is it possible in wordpress to display comments and comment form on custom post type, and how to do that?
Thanks in advance.
Is it possible in wordpress to display comments and comment form on custom post type, and how to do that?
Thanks in advance.
You must be logged in to post a comment.
1) add “comments” to the supports array when registering the post type.
2) add the comments_template() function inside the loop of the single.php template and you are good to go.