Hi, I’m very new to coding and even html and css in general, but I’ve been following tutorials and other default templates to make my own from scratch. I have a little blog for one of my sites and I’d like to implement a basic comment system. You click on the comments link, you go to a single-entry page, and you can add a comment.
When I add the comment tags, nothing shows up on my comments page, and I think the problem is that I’m supposed to link to the exact entry url. I’m not quite sure how to do this and I’ve been having a very difficult time even when studying ready-made templates.
If someone could help me out, I’d appreciate it a lot, I’ve spent a lot of hours just trying to get this to work but to no avail. I really am very new to all of this, so please forgive my lack of knowledge… I’m sure the fix is quite simple, I just don’t know how to do it.
My index url is http://stephanosuh.com/eec/index.php/play/index
and my comments page url is http://stephanosuh.com/eec/index.php/play/comments/
my comments preview page url is http://stephanosuh.com/eec/index.php/play/preview/ (but as of right now, basically the same as the comments page)
Thanks in advance!