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

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -