Forums
Forums / Fixing WordPress / Comments
(@mrosarionyc)
16 years, 10 months ago
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?
(@nazcar)
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
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.
The topic ‘Comments’ is closed to new replies.
(@mrosarionyc)
16 years, 10 months ago
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?