Reply to this comment

I have a kind of blog. How to make the possibility to reply to comment? Namely, how to make a tree of comments? Thanks for any help :slight_smile:

Luthien wrote:

I have a kind of blog. How to make the possibility to reply to comment? Namely, how to make a tree of comments? Thanks for any help :slight_smile:

Check out awesome_nested_set for a plugin that makes working with nested-set trees simple. If you need an introduction to nested sets, check out Joe Celko and Vadim Tropashko's articles. Best,