Child/threaded comments
-
I posted this earlier without tagging it to the plugin support page, apologies.
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?
- The topic ‘Child/threaded comments’ is closed to new replies.