I am creating my first custom WordPress theme and I am having trouble getting the comment form to work. Everything is displaying properly but when you hit the submit button on the comment form, the page just refreshes and no new comment is submitted.
My site url is: nicolletteharris.com
Here is the comment form code in my comments.php file:
(@nicollette48)
11 years, 10 months ago
I am creating my first custom WordPress theme and I am having trouble getting the comment form to work. Everything is displaying properly but when you hit the submit button on the comment form, the page just refreshes and no new comment is submitted.
My site url is: nicolletteharris.com
Here is the comment form code in my comments.php file:
Please let me know what I am doing wrong. I am new to this but I have a pretty basic understanding of php.