Can you remove the comments section?
63,405pages on
this wiki
this wiki
Forum page
Forums: Index → Support Requests → Can you remove the comments section?
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 726 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
Is there a code to remove the comments section on just one page? -Imdill3 12:47, May 20, 2010 (UTC)
- Which wiki is this on? If you mean article comments, you need to put this line of CSS in MediaWiki:Monaco.css on your wiki.
body.page-pagename #article-comments-wrapper { display: none; }