I'm playing with the Blog module, and I'd like to be able to have separate formatting on the BlogHolder page for the first post (ParsedContent) and then then 4 following posts (ParagraphSummary). Is there a way with a control to tell my BlogHolder to not list the first post?
I was thinking, if there is, I can have two controls, one <% control BlogEntries(1) %><%include BlogParsed%><%end control %> and then another control for posts 2-5. Is that possible? Is it more involved than I think?