Forums
Forums / Themes and Templates / Numbering Comments
(@dockside)
16 years, 11 months ago
Hi all, i want to add the comment number just next to the text, to simply view for example the 32° comments because in my template comments are not numbered
here is my site
http://www.symbianplanet.net
an image will explain better
http://img194.imageshack.us/i/commenttemplate.jpg/
just want to number comments
Thanks
help please
up
(@whooami)
<?php $commentnumber=1; ?> <?php echo $commentnumber; ?> <?php $commentnumber++; ?>
The topic ‘Numbering Comments’ is closed to new replies.
(@dockside)
16 years, 11 months ago
Hi all, i want to add the comment number just next to the text, to simply view for example the 32° comments because in my template comments are not numbered
here is my site
http://www.symbianplanet.net
an image will explain better
http://img194.imageshack.us/i/commenttemplate.jpg/
just want to number comments
Thanks