My Site
I created a few test articles, when you click comment, you go to that blogs page, click comment again, nothing. Why aren't comments working upon first click? I expect a little text box to show.
I have checked that all posts have commenting enabled and I have also gone back to a Wordpress default theme.
At this point support is my only option. I appreciate any help, thank you all :)
What is your permalink string set to? Because it looks wrong to me. Set it to "Day and name" instead of whatever you put in there.
In set permalinks to %category%
great fix auto! comments work with /%year%/%monthnum%/%day%/%postname%/
Why is that?
The custom permalink must be set to something that specifies a single post. Meaning that it must contain either the postname or the post id. Without that, the permalink doesn't point to a single post, and so it has no idea what post you want to view and/or comment on.