• 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 one

    I want:
    Comment one
    Reply to comment one
    Comment two

    I’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?

    https://www.ads-software.com/extend/plugins/json-api/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Child/threaded comments with JSON’ is closed to new replies.