I’ve recently written a custom template. I copied most of the markup directly from the default theme. When I attempt to post a comment, I am given a blank page pointing to /wp-comments-post.php.
Further investigation yielded that the required invisible field, comment_post_ID, retains an empty value. I echoed out the $id variable (which is used to give comment_post_ID its value), and it’s blank!
I’ve looked absolutly everywhere for some help, but I’m lost. Why is the $id variable blank??
(@doctorshim)
19 years, 8 months ago
I’ve recently written a custom template. I copied most of the markup directly from the default theme. When I attempt to post a comment, I am given a blank page pointing to /wp-comments-post.php.
Further investigation yielded that the required invisible field, comment_post_ID, retains an empty value. I echoed out the $id variable (which is used to give comment_post_ID its value), and it’s blank!
I’ve looked absolutly everywhere for some help, but I’m lost. Why is the $id variable blank??