SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: WP coment form not showig up

  1. #1
    SitePoint Zealot jimmy85's Avatar
    Join Date
    Aug 2009
    Posts
    174
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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?

  2. #2
    SitePoint Wizard silver trophybronze trophy
    Join Date
    Jul 2003
    Posts
    6,849
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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(); ?>

  3. #3
    SitePoint Zealot jimmy85's Avatar
    Join Date
    Aug 2009
    Posts
    174
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ya already saw it. Thanks for that nonetheless. I forgot that I commented it out in single.php.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •