Child/threaded comments with JSON
-
I’m struggling to implement threaded comments in my app using the WordPress JSON API. Comment replies are shown as standard comments in the list, but I want replies to show directly after their parent, as they show on my site.
So instead of:
Comment one
Comment two
Reply to comment oneI want:
Comment one
Reply to comment one
Comment twoI’m sure this is do-able as the parent ID is passed to the child comment, but I’m struggling to work out just how I’d go about it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Child/threaded comments with JSON’ is closed to new replies.