Return to Snippet

Revision: 15500
at July 25, 2009 15:48 by fabi


Updated Code
/* remove "Comments Closed" on posts and pages */
.custom .comments_closed p { display: none; }

Revision: 15499
at July 7, 2009 21:37 by fabi


Initial Code
/* DO NOT DISPLAY "COMMENTS CLOSED" IF THEY ARE CLOSED ON POSTS AND PAGES*/
.custom .comments_closed p { display: none; }

Initial URL
http://diythemes.com/forums/customization/8860-remove-comments-text-static-pages.html#post43279

Initial Description
The following will cause the "comments closed" line to not display on both posts and pages.

Initial Title
Thesis: Hide "Comments Closed"

Initial Tags
wordpress

Initial Language
CSS