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. |
|||
|
|
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.
|
|||
|
|