Hello, let's see if anyone can help me. I'm new to processwire and php, and that's probably the problem.
I am using the module and it works well for me and I understand it. The problem is that I have a template with its corresponding div and styles, and I would like to take comments for a post, for example.
I get show everything with
$ blog-> renderComments ($ page-> blog_comments)
But I would like individually the author of the comment, the date, the body. Then with a loop assign it and repeat it as many times as there are comments, and so keep the style of my page.
Maybe this is not the right way to do it, but I can not think of another way, if you can help me I'll be very grateful, a greeting