thanks for your reply, but the issue I’ve got is my site is custom and posts are added by contributors.
I have look at another mod which seems to do what I want apart from this mod deletes the post once a date is reached using the below code
wp_delete_post ($a->post_id);
Can anyone advice me what I should replace the above to turn off “add comments” so no further comments can be added?
thanks Mally