Over at my website, http://whateverisright.com/, I'm trying to edit the main loop to make the site more functional.
I need to find some kind of query/coding to allow me to show 5 or 6 posts (like it does now), but only show one post from the "Greatest Hits" category. Basically, I want it to display all the other categories like usual, but only the most recent post from that one specific category.
I do not want to do two separate loops because then I would have to break up the posts, and I don't want that. I still want it to show the most 5-6 recent posts, but out of those 5-6 posts to only show the most recent "Greatest Hits" post with no restrictions on the other categories.
Can anybody help me out?