In my migration from wordpress, I've set up my test environment.
I'm using the "Blog Site" skeleton (and to be honest, no matter how much googling I've done I still don't know what skeleton means and why someone would choose that versus a whole theme).
I'm using the "Better Comments" plugin.
I made a comment on this page and that comment displays fine.
I used the Grav Admin to "answer" the comment and it created a new yaml file here...
user/data/comments/blog/using-nx-and-tail-number-sizes.yaml
and the contents of that file look like this...
title: 'Using NX and Tail Number Sizes'
lang: false
comments:
- { text: 'This is a reply to the first comment.', date: 1684726981, author: DJ, email: myemail, approved: 1, answer: 1684477488 }
This is where my inexperience plagues me. I'm sure the fix is simple, but I can't figure out why the reply isn't being displayed. I've mirrored the test site on my MAMP and the same thing is happening so it's probably a template issue. Any input is greatly valued. I'm not giving up.
