I'm not exactly sure how to describe what I'm after, but I can tell you what I am hoping to do:
What I'm trying to put in place is a way to have each post styled independently. So right now I've got ways to call a different style.css and a different single.php for each post I make.
The last thing I need to do is get the latest post to show up on my homepage with the same style.css and single.php template. Right now, I can style my single.php page for that particular post, but when that post is on the homepage it styles itself according to how the index.php page is layed out. That is not what I'm looking for.
I can't figure out how to, if it exists, call a post-specific index page.
Any help would be greatly appreciated.
Thank you.