hi. i'd like to know if there is a plugin that I can use to count the posts of my blog.
i wanted to have a post id for each post.. and it would increment for the next post.. and so on.
like this <div id='post0'></div> for the first post of the blog, <div id='post1'> for the second, <div id='post2'> for the third and so on.
how can I automaticaly increment the post id number?