Does anyone with experience using Wordpress know why it would not use my comments.php
file that is in a theme folder?
I got it working now, I had to change
<?php comments_template(); ?>
into this
<?php comments_template('', true); ?>
instead, weird but it fixed my problem
If you already have <?php comments_template(); ?>
in place (which you do) then it could be a file permission issue.
Also, it is probably pulling from classic
or default
if it can't read your comments.php
file in the current directory of your theme.
Make sure your comments.php
has the same permissions as the rest of your theme files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With