Possible to display comments threaded instead of chronologically?
I am trying to make a custom theme and would like to know how to go about implementing threaded comments (parent-child hierarchy similar to reddit/lemmy) since in the default chronological order it is very difficult to follow one single chain of comments.
Is this possible? and if yes some tips would be appreciated. I know i need to change the conv_item.tpl and conv_list.tpl files but ot sure how to go about it.