Forums

[resolved] Add seperator to comments (image or <HR> tag between comments) (4 posts)

  1. queesy
    Member
    Posted 4 weeks ago #

    Hello! I would like to put an <HR> tag between every comment that is left on my site. I opened up comments.php and found this:

    <ol>
    <?php wp_list_comments(list_comments_arg()); ?>
    </ol>

    Cannot find where to add my hr tag... please help! thank you.

  2. Rhand
    Member
    Posted 4 weeks ago #

    A url would be good.. but either you do this with some more complicated PHP or you could style the display with CSS: border-top: ; which is not too hard to do. For the latter you need to see the generated source code to know what element needs to be styled with css. That is the easiest way anyway. See also: http://www.darrenhoyt.com/2007/08/18/styling-your-wordpress-comments/

  3. queesy
    Member
    Posted 3 weeks ago #

    thank you sir!

  4. queesy
    Member
    Posted 3 weeks ago #

Reply

You must log in to post.

About this Topic