I'm sure there's a simple explanation for this, but I've searched and can't find anything, can't figure out how to word it properly.
In my index.php template I style the first post differently than the other nine -- which is cool.
But when you click "older posts" at the bottom of the page it shows the next 10 posts, but its still formatting the first post on that page differently.
The only post I want styled differently is the most recent one. Do I need another template for displaying the older posts?
Which template controls older posts?
I tried using a home.php template, hoping only the first page would pick it up then the rest would use index.php....but no, they all use home.php now.
It doesn't seem to be archive or archives either.
How do I do this?
Thanks for any help!!