Count comments - PIMP Wordpress (php)

  1. <?php
  2. $count_comments = 1;
  3. foreach ($comments as $comment) :
  4. ?>

  5. <span style="float:right; position:relative; border:0px; width:40px; font-family: Georgia,sans-serif; font-size: 2.4em; font-weight: bold; color: #e0e0d0;"><?php echo $count_comments; ?></span>

  6. <?php
  7. $count_comments++;
  8. endforeach;
  9. ?>
 Prima pagina |  Adaugat de ddumi (220 vizualizari) |  Text format (download) |  Sursa cod/script