I'm having some trouble with people not being able to post comments,
I cant figure out how one would go about posting a comment on this blog.
http://italianpropertyconsultant.co.uk/
Can anybody point out where I am going wrong please?
John
I'm having some trouble with people not being able to post comments,
I cant figure out how one would go about posting a comment on this blog.
http://italianpropertyconsultant.co.uk/
Can anybody point out where I am going wrong please?
John
in your admin - "discussion" - make sure it is checked to allow comments and how you allow them.
Also when you create or edit a post, at the bottom of the screen is a place to allow comments or not for each post or page individually.
both of these things are set to allow comments, any ideas?
this worked for me: Thanks to Pavlos:
1) You must have access to use SQL commands on your database, like for example with phpMyAdmin.
2) Select your WP database and click on the SQL tab.
3) Paste and run the following SQL command.
UPDATE wp_posts SET comment_status = 'open', ping_status = 'open' WHERE comment_status = 'closed';
This topic has been closed to new replies.