Title: neczy's Replies | WordPress.org

---

# neczy

  [  ](https://wordpress.org/support/users/neczy/)

 *   [Profile](https://wordpress.org/support/users/neczy/)
 *   [Topics Started](https://wordpress.org/support/users/neczy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/neczy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/neczy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/neczy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/neczy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/neczy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Comment Number](https://wordpress.org/support/topic/comment-number-2/)
 *  Thread Starter [neczy](https://wordpress.org/support/users/neczy/)
 * (@neczy)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/comment-number-2/#post-240872)
 * Sweet, that did the trick, thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Form is not working](https://wordpress.org/support/topic/comment-form-is-not-working/)
 *  Thread Starter [neczy](https://wordpress.org/support/users/neczy/)
 * (@neczy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/comment-form-is-not-working/#post-222557)
 * 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.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Form is not working](https://wordpress.org/support/topic/comment-form-is-not-working/)
 *  Thread Starter [neczy](https://wordpress.org/support/users/neczy/)
 * (@neczy)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/comment-form-is-not-working/#post-222555)
 * 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?

Viewing 3 replies - 1 through 3 (of 3 total)