Page 1 of 1

how to not display comments in extended view

Posted: Mon May 03, 2004 6:24 am
by Glyphon
Any advice on how to do this? I have comments disabled, and I would like for the giant "Comment" et al. to not be displayed, but i can't find the code that prints this.

TIA

Re: how to not display comments in extended view

Posted: Mon May 03, 2004 9:20 am
by garvinhicking
Best way for this possible would be by using CSS inside the template's style.css

Just set the serendipity_comments and/or serendipity_commentsTitle to "display: none".

Regards,
Garvin.

Posted: Mon May 03, 2004 10:16 am
by Glyphon
great! thanks.