forms - Difference in WordPress comments: reply to existing versus adding a new comment? -



forms - Difference in WordPress comments: reply to existing versus adding a new comment? -

i'm having hard time finding how differentiate in wordpress comment forms when replying existing comment (threaded) versus replying the blog post, , not comment.

both forms seem have same action , same hidden value. how form post associate new comment either threaded reply, or parent-level reply?

i tried searching wordpress' back upwards didn't have right vocabulary/search terms valid search result.

if check database of wordpress, can see there table named 'wp_comments'. in table there column 'comment_parent' holds id of parent of comment. if value 0, means comment post , if value non-zero, means reply prent comment

forms wordpress webforms

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -