add a increasing value to a post
-
Hello! when i loop through my category.php i wish that every post that is printed will come with a uniqe number.. how can i do this?
EDIT
ok i was not trying hard enough, just found it and it was dead simple:
<?php the_ID(); ?>
does the trick!
- The topic ‘add a increasing value to a post’ is closed to new replies.