I noticed when doing some practice posts on my new installation that when users comment they enter in a subject and a body. However once posted the subject does not display. It just reads something like "johndoe says:" the rest is blank. I have the recent comments block enabled and the subjects do display on that.

Where would I go to fix that?

This problem on seems to be on the Garamond theme in which is my default theme. Applying other themes the subject is there.

Comments

mooffie’s picture

Locate the 'comment.tpl.php' file of this theme. Add <h3><?php print $title ?></h3>, or something similar, to it.

DarrinRich’s picture

Thank you very much. Worked like a charm :)