• How do I make it so that comments all run together on one line, for example:

    Commenter Name: Comments Comments Comments (Date, time,etc)

    I keep getting line breaks around the comments field no matter what I try.

    Thanks!

Viewing 1 replies (of 1 total)
  • Instead of using comment_text() (which I assume is the case), try outputting it through get_comment_text(), which should not pass the comment’s content through the text format filters:

    <?php echo get_comment_text(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Keep Comments on One Line’ is closed to new replies.