The custom post type I made is rather interactive and contains several forms.
The way I was including the PHP files for one of the forms left out a form closing tag. I think through some WordPress magic the form tags from the new form the comment_form() was trying to create was stripped.
I discovered this when I moved the comment form to the top of the page and it worked.
(@mrtphoto)
12 years, 8 months ago
I’m using the Underscores theme(by Automattic) with a custom post type with comments enabled. The comments form is showing up.. but without the opening and closing <form> tags. The form fields are there.. as well as the submit button.. but no actual form tag.
The comments.php is still default. The command is the default
comment_form();without any options. Any idea where to start looking for what is wrong?