delete “sorry comments closed”
-
I have disabled the comments option in the about page, how do i delete the phrase “sorry comments have been closed for this page” from the page?
thanks.
The blog I need help with is: (visible only to logged in users)
-
I see a comments box. Are you sure it has been disabled? Here’s the code to remove it as it appears right now:
#comments {display:none;} -
There isn’t a comment box in the about page only the phrase “sorry, the comment form is closed at this time.” I copied and pasted the code above but it didn’t do anything. Is there anything else I can do?
-
-
I think the code halluke’s talking about can only be used by those who can edit their CSS.
Try using a different theme. Twenty ten doesn’t show that phrase.
-
The link to my blog is http://elementofchic.wordpress.com/.
I want to remove the “Sorry, the comment form is closed at this time.” from the About page.Thanks.
-
The code below will remove that line from all static pages:
.page .comments-closed {display:none;} -
Hello, I have the same problem on my self hosted blog the “comments closed” appears on all my static pages of twentyten theme . I uncheked “alllow comments” yet I still get the message “comments closed” .
Please how do I get rid of this.
@halluke I didn’t know where to locate the ” .page .comments-closed {display:none;} ” you mentioned
-
Hello, I have the same problem on my self hosted blog the “comments closed” appears on all my static pages of twentyten theme . I unchecked “allow comments” yet I still get the message “comments closed” .
Please how do I get rid of this.
@halluke I didn’t know where to locate the ” .page .comments-closed {display:none;} ” you mentioned
-
If you are self-hosted, you will have to ask at WordPress.org as our software here works differently.
-
- The topic ‘delete “sorry comments closed”’ is closed to new replies.