Hi, i've modified WP themes for long time but today i'm having trouble with a new theme.
In it's folder there is a comments.php file but when i modify it nothing happens in the blog itself. it keeps showing the comments with i don't know wich template.
Ive looked the comments.php in /default but it doesn't match the way the comments are being displayed, i don't know what may be wrong.
Can you pleas help.
Ok i cant find out what's wrong so im using
'<?php include (TEMPLATEPATH . '/comments.php'); ?>'
instead of
'<?php comments_template(); ?>'
and now it uses the correct file and displays the comment form but it doesn't show me the comments already made.
What can i do?
idycommunity
Member
Posted 4 years ago #
Did you ever get this fixed properly? I'm having the same problem.
Yes, it actually was with a plugin. I cant remember wich exactli but I think it was the "paged comments" one.
It had its own comments template.
let me know if its the same for you.
idycommunity
Member
Posted 4 years ago #
check with any comments related plugin you have...
also try checking thatyour style.css is well recognized by WP, whe i has this problem I also had a problem with my CSS encoding. (it came from a Mac)