Hey WordPressers!
I've looked around at the Codex explanations and I'm having issues finding a way to do the following:
I'd like to have two seperate calls for posts on my main page. IE: at the top, I'd like to call 1 post in my site news category (lets say category #2), and then underneath that I'd like to call the 4 most recent posts in all categories. I see that it's possible to limit the categories outside of the loop, but I don't want the changes to affect the entire index page.
This is essentially what I want to happen:
SITE NEWS - (1 post from category#2)
--------------------------------------
NEWEST RAMBLINGS (4 posts from all other categories)
Hope someone can point me in the right direction - I'd greatly appreciate it! Thanks in advance.