Thread Starter
neczy
(@neczy)
Sweet, that did the trick, thanks.
Thread Starter
neczy
(@neczy)
Sweet, I fixed it. After realizing that all that field was for was telling the comment form where to send it, I used <?php the_ID(); ?> to fill that value in, instead of <?php echo $id; ?>. That seemed to do the trick. Thanks for your help, without your observation I wouldn’t have ever thought of that solution!
Thanks again, WordPress seems to get better and better each day.
Thread Starter
neczy
(@neczy)
Hm, yeah I didn’t notice that before. Here is the code I have in the sidebar.php concerning that… <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> It looks like it isn’t echoing the $id though, because of the lack of value being thrown in. Any ideas?