mikepspencer
Member
Posted 3 years ago #
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.
What is the name of the theme OR you site URL?
Yanzibar
Member
Posted 3 years ago #
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.