How to Modify the comment list (ol)
-
HI,
I’ve tried serveral ways to get the ol for the comments nice formated, but the bugs, rendering differences dont make me happy. (we talking about CSS Bugs )
So I changed the ol to an ul, but I get lost of the numbers (1, 2, 3…) solution is so simple:
Just put some code in the foreach loop of the comment list in the file “wp-comments.php” and you back in business.
<?php
//this just outputs a number for every post
echo $x = $x + 1;
?>
The main advantage of this method, you much more flexible, where you put the numbers and how to format it. (there are actually nearly no limits – so use the force Luke)
HTH
Rene
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to Modify the comment list (ol)’ is closed to new replies.