WordPress.org

Forums

Comments Formatting (3 posts)

  1. Anonymous
    Unregistered
    Posted 9 years ago #

    Hi, I've tried nearly all that I know (which doesn't seem to be much as it seems others have been able to do it) but can't fix this design feature. It seems that any in the comment by part of the comment is wrapped around a < P > automatically.
    e.g: "Comment by Jenny Thursday, 13 November, 2003 @ 12:46 PM"
    Here's my current coding for it - not that there's a space at the first < to prevent it from formatting. I've tried removing both the < p > and the < cite > tags but am not sure what the cite tag does:
    < span class="commentss">< li id="comment-<?php comment_ID() ?>">
    < div align="justify">< ?php comment_text() ?>< /div>
    < p>< cite>< ?php comment_type(); ?> by < a href="<?php comment_author_url() ?>" class="vis" target="_blank">< ?php comment_author() ?>< /a> < ?php comment_date() ?> @ <?php comment_time() ?>< /cite>< /p>
    < /li>< /span>
    Any help is appreciated. Thanks.

  2. Cena
    Member
    Posted 9 years ago #

    You might take a look at http://wordpress.org/support/3/468 .

  3. Anonymous
    Unregistered
    Posted 9 years ago #

    Hi thanks for that, seems the problem wasn't what I thought it was but rather with the comment_text, only problem is if I turn off the filter it no longer does line breaks but if I turn it on, things looks all messy.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.