How does the class=”post < ? php whatever the post code is here ? > ” > do anything? It might number the post, but how does it actually make the post output a new post? That is the part that seems to be a problem. How do you format three different posts if your loop only outputs one?
In my case, I am using a category template to display the excerpt image for posts in a given category. The excerpt links to the post.
Again, I think the problem is in the loop, and the fact that the standard loop only formats one post at a time. This is why I think a modified loop that grabs 3 posts at a time, and uses offsets might work better, although it would add complexity to the code.
If I am totaly wrong, please provide examples of a standard loop allowing formatting of a specific number of posts (ie. inserting a seperator between posts 5 and 6, or hilighting every 8th post).
I think we have made it clear that we are trying to do something we are not sure how to do, so telling us that it can be done is just not quite enough. The original post asks for examples of blogs that do this, and so far no one has been able to point to any.