Title: Bug: cannot reply to js inserted post
Last modified: August 20, 2016

---

# Bug: cannot reply to js inserted post

 *  [averyl](https://wordpress.org/support/users/averyl/)
 * (@averyl)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bug-cannot-reply-to-js-inserted-post/)
 * It’s great that p2 automatically updates when there are new posts or comments,
   but when you click on reply for this new inserted post, you’re just redirected
   to the permalink.
 *     ```
       onclick="return addComment.moveForm("comments-243", "0", "respond", "243")"
       ```
   
 * This searches for an id, but there is none for an inserted post:
 *     ```
       $(postParent).append('<ul class="commentlist inlinecomments"></ul>');
       ```
   
 * How can I fix this? Thanks!

The topic ‘Bug: cannot reply to js inserted post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/p2/1.5.8/screenshot.png)
 * P2
 * [Support Threads](https://wordpress.org/support/theme/p2/)
 * [Active Topics](https://wordpress.org/support/theme/p2/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/p2/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/p2/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [averyl](https://wordpress.org/support/users/averyl/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/bug-cannot-reply-to-js-inserted-post/)
 * Status: not resolved