How I can assign a different css class to each post of the 10 posts of each blog page?
Like this :
<li class="first-post">..
<li class="second-post">..
.
.
.
<li class="tenth-post">
--
Second page
--
<li class="first-post">..
<li class="second-post">..
..
So on ! Thank You a lot for the help.