Thank you!
http://www.alanlyonscarpentry.co.uk/
You will see that it is in the very early stages of development!
I think you can go to each post and just click edit and disable the comments actually.
Hi,
One way would be to access your database and in the wp_posts table update the comments_status column by changing it to “closed” where post_type = “post”.
Strange that the changes are not working… are you self hosted?With a long shot this can be a permission issue.
Thank you everyone for your interest! I will have a look at all suggestions when I get back to my computer.
Yes, I am self-hosted and not particularly techy so on a steep learning curve. I wonder if it is something to do with permissions too as it seems that some pages just don’t appear. For example, when I try to upload a new header image, well under the file size limit, nothing happens. Am just taken back to the themes page, without the opportunity to do anything with the image. The image does not appear in the media library or anywhere else.
u have to just put condition for when u required comment or delete comment section from index page
Try changing the permissions on the wp-content directory to 766. If you still have problems, try 767, 775 or 777. Once your uploads are working, change the permissions on wp-content back to 755 again and check that everything still works OK.
http://codex.wordpress.org/Changing_File_Permissions
Changing the default setting, via Dashboard -> Settings -> Discussion, will only affect new posts/pages. Existing posts/pages will retain their current state.
To bulk-disable comments for current posts, go to Dashboard -> Posts, use the “select all” checkbox to select all posts, then select “Edit” in the drop down, and click “apply”. You will then see the bulk quick-edit UI. Deselect the checkboxes for “Allow comments” and “Allow pings”, then click save.
To bulk-disable comments for current pages, go to Dashboard -> Pages, use the “select all” checkbox to select all posts, then select “Edit” in the drop down, and click “apply”. You will then see the bulk quick-edit UI. Deselect the checkbox for “Allow comments”, then click save. You currently cannot bulk-disable pings for pages (for some reason).
Thank you.
I tried changing the permissions and got this message in the FileZilla window layout:
Command: SITE CHMOD 766 wp-content
Response: 550 Could not change perms on wp-content: No such file or directory
Hmmm.
Grateful for your patience and suggestions!
What OS and what version are you using? Windows/Mac/Linux?