Thread Starter
mawi
(@mawi)
Sorry for double posting, but the last topic ended like… almost a year ago…
so.
My version is 1.5 wordpress and under every post on my index.php there’s: No comment/# of comment link.
But people are not able to leave a comment because there is no post. The link only leads to the post but with no comment entry form. I desperately need help. Thanks in advance
I clicked the link on your first post:
http://aishiteru.ummu.org/fusion/comments.php?id=5
And I see a comment form.
Thread Starter
mawi
(@mawi)
That isn’t WordPress. This is another software I installed called Fusion. It’s a news posting php system.
http://aishiteru.ummu.org/blog
Does your custom theme have a comments.php template? If it doesn’t, steal one from the Default Theme. If it does, does your single post template call the comments template? It should via this call:
<?php comments_template(); ?>
Thread Starter
mawi
(@mawi)
Yes I do have this:
<?php comments_template(); ?>
on my single.php
Does your custom theme have a comments.php template?
Thread Starter
mawi
(@mawi)
yep. 100% rip off from the wordpress default. actually I was only changing style.css, index.php, and sidebar.php. other remained the same from default.