Using multi comment forms on multi posts page error
-
Hi Everybody
I have a page that shows list of child pages of a parent page.
By using this code:
<?php wp_list_comments();
comments_template( ”, true );
global $withcomments;
$withcomments=1;
comments_template();?>
inside loop I can see the comment form for all pages (several comment form for all child pages) but when I use the first comment form and send a comment it assigns it to the last one, and it’s rational I think as it knows the id of last post (here child page), so even when I comment on first one, it shows it as a comment of the last one.
I’d be appreciated if someone help me with right code/loop for having multi comment form when I have more than one post/page in one page.
Thanks
- The topic ‘Using multi comment forms on multi posts page error’ is closed to new replies.