Hello,
I have installade Forte theme on my wordpress, but i've got a big problem, my visitors cant comment, and either can I. Even if i'm logged on I cant comment, And I have tried evry thing but still got that problem. So please help me.
I have downloaded the theme from http://www.wpthemesplugin.com/forte-2-column-blog-magazine-list-styled-wordpress-theme/
The adress to the wordpress blog is
http://Crotch.07x.net Sorry for that is on Swedish.
Have you got comments disabled in the admin settings area?
If I change theme to standard, then I can write and my vistors also? So i think is some thing in the theme. Is it posible?
Yes - it could be the theme. I can't find a comment form on your blog right now.
Do you want to look on the code for the comment?
No - your comment code could be fine but your theme isn't including that form on the single post pages.
Have a look in single.php for <?php comments_template();?>. That's the tag that calls the comment form. If you can't find it, that's your problem. Try inserting it just before the <?php endwhile; ?>.
Some special place in the single.php or just after <?php endwhile; ?> ??
I have got "<?php comments_template(); ?>" So if i change it to "<?php comments_template();?>" Should it do the work?
Edit: It didn't work..