Comments Workin’
Thanks ian for pointing it out! I can’t believe I didn’t see it, a little error in my HTML ’tis all
Anyway, posting comments should work now.
Thanks ian for pointing it out! I can’t believe I didn’t see it, a little error in my HTML ’tis all
Anyway, posting comments should work now.
August 5th, 2004 at 2:32 am
Comments
I thought this was an off the shelf blog software package…did you program it yourself?
August 5th, 2004 at 2:37 am
It’s Wordpress. The templating on most blog software isn’t all too great. It’s not like vB where all you have to do is fill in simple $variables, you have to actually work around the PHP code.
But it was a stupid HTML error on my part that broke it, not any screwd up PHP. If you must know, the submit button was placed before the comments textarea code, so the script thought that the user had not entered any comments at all.