SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: WP coment form not showig up
-
Sep 19, 2009, 10:43 #1
WP coment form not showig up
This is weird, even if I have globally allowed commenting to be open, the comment form is not showing up. What the heck is happening?
-
Sep 19, 2009, 10:52 #2
Is there a comment.php file in the theme folder? If so, is there a call to that file in the single.php and page.php file(s) (assuming you want comments on pages)?
Code PHP:<?php comments_template(); ?>
-
Sep 19, 2009, 11:49 #3
Ya already saw it. Thanks for that nonetheless. I forgot that I commented it out in single.php.
Bookmarks