Alright, I was using the jot call to try and achieve this, but I can’t get it to work like I need, and I haven’t found any answers so far. I understand that I may need to setup a Ditto call that retrieves the Jot comments from the child page instead. I’ll be using this callout in a template for many documents, so I need a callout that I don’t have to specify the DocID to retrieve the jot comments.
Here was my former jot callout:
[!Jot? &docid=`18` &recentposts=`5` &tplComments=`segments`&pagination=`5`&placeholders=`1` &output=`0` !]
[+jot.html.comments+]
But I need something that would work like this:
[!Jot? &docid=`1stchildpage` &recentposts=`5` &tplComments=`segments`&pagination=`5`&placeholders=`1` &output=`0` !]
[+jot.html.comments+]
Somebody told me a while back, that I may need to use a jot callout inside of my Ditto snippet? Any Ideas?