Serious Comment issue
-
Ok so heres the issue.
See code below: Code belongs to Comments.php (edited) – Theme file
[Code moderated as per the Forum Rules. Please use the pastebin]
In a nut shell this code Create nesting with in the comments.
what’s the issue?If i post a comment on say a blog post called hello, it will show up in another theme under the blog post called good bye. if I log out of admin, in the comments section under hello i will be redirected to goodbye.
I have strong believe that the issue is with in that code some where because this only happens with comments.
now this code has to be called in the header file using:
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
This code is taken from:
I have followed the basic steps to get the nested comments working, i have not included the CSS or any of the extra functions.
So I ask you, why is this happening? why is it if you post a comment in hello then its registered as in the post called good bye?
- The topic ‘Serious Comment issue’ is closed to new replies.