• I want a <hr /> to show at the end of each comment so that they look separate with no luck.

    does anyone know how to do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • edit your comments.php template
    more likely looks similar below this line

    <div class="comment">
     title="<?php _e(getLangTrans('permlinktocomment')); ?>">
    ..
    ..
    ...
    </div>

    then add the <hr /> tag..
    ..back up the file

    Thread Starter mrosarionyc

    (@mrosarionyc)

    thanks but no luck… can’t find that exact line in my template

    not exactly like that..

    but i think most comments have this line:

    <?php endforeach; ?>

    add the <hr /> tag below.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments’ is closed to new replies.