Comment_form – what am I doing wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Comment_form – what am I doing wrong?’ is closed to new replies.
The topic ‘Comment_form – what am I doing wrong?’ is closed to new replies.
(@vytaulla51)
15 years ago
Hi:
I’m started building custom sites using code from Kubrick. Now we’re supposed to use this new comment_form function. I’ve gotten this far on a test blog:
http://www.twistintomradio.com/blog.html
Click on “1 Comment” and the comment form comes up and I can write a comment and click the “post comment” button, but then nothing happens. The comment will appear in the admin, but how do I get it to appear on my site?
Obviously I’m not concerned with styling yet, I just want to get the blog to function and understand what pieces/parts are needed to accomplish that.
To get to this point I used the basic loop that’s in the Codex “The Loop in Action” in my index.php. I have a comments.php with the one line of code in it:
<?php comment_form(); ?>I have a single.php with code from kubrick’s single.php
I have comments enabled and all that in the Admin/Settings.
What am I missing?
Thank You!