Jūsų Blog’as yra aktyvus ir sulaukiate daug lankytojų bei komentarų iš jų? Tuomet jums galbūt būtų naudinga numeruoti esančius komentarus.
Atliekame tokius veiksmus:
Open comments.php and find the following line:
<?php foreach ($comments as $comment) : ?>
Just above this line, initialize a counter variable:
<?php $i = 0; ?>
Just after this line, increment the counter:
<?php $i++; ?>
Now, you just have to echo the $i variable to get the number of the current comment. Paste this code anywhere on your comments loop:
<?php echo $i; ?>
Komentarai
124 komentarai
Turite būti prisijungęs norint parašyti komentarą.

