I am learning how to create custom WordPress theme from this page
and everything is working except commenting system because they haven’t described how to enable it (they only used <?php comment_form(); ?> to insert form into template). I can see my comment in the backend but not in the page itself (I can see a link showing 1 comment but when I click it nothing happens). Obviously I need some PHP code to show my comments but have no idea where to start! I am stuck because I just started to learn Theme Development and my PHP knowledge is limited.
Can anyone give me a suggestion or a solution for that problem? It would a mean a lot to me.
My WordPress page HERE
Thank You!!
I am learning how to create custom WordPress theme from this page and everything
Share
All you need to do is edit the “Page Template” and insert the following code
somewhere in between the following two lines.
also check
Enable and Disable Comments