I think it’s redundant to display a title in the comments and after all, I don’t allow the subject field when users post comments. How can I hide or get rid of the title in comment view?

Comments

AvalancheOfLlamas’s picture

Without hacking the comments module itself, you can always use the "display: none" property of CSS to hide anything. It'll still be in the page source, but the overall data transfer shouldn't be affected that much by removing it from the query, anyway.

Alan