• I’m using this theme in WordPress 2.6 and comments are not posting. It just goes to a white Blank page at wp-comments-post.php

    I changed it back to the default theme and comments work so it must be something to do with the theme.

    I don’t have much knowledge with scripting for wordpress, just know some basic html so any help would be great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • What is the name of the theme OR you site URL?

    Oh wow, I have this too. I didn’t realise it was related to this blue-mist theme. If anyone can resolve this, I’ll be so pleased.
    My problem may be slightly different, anonymous users can comment but I, logged in as admin get a blank page as described by mikepspencer.

    I fixed the problem Yanzibar was having. I’m not sure it’s the same that you’re having. The template is missing the post id for when someone is logged in.
    <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
    That needs to be placed in the comments.php file in the <?php if ( $user_ID ) : ?> block.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HELP. Comments not posting’ is closed to new replies.