How do I create a "more news" page?

A common pattern: some sites preview a handful of blog posts on the front page. The previews are followed by a “more news” link. This takes the visitor to a page with a list of excerpts, minus the number of excerpts that were on the front page.

This is easily enough done in “normal wordpress”: I would make a custom page template with a custom loop that skips the first few posts.

I’m not clear on how to achieve this with Sage’s wrapper system. My instinct was to hunt through the files to locate the wp_query definition so I could copy the right template(s) and hack the copies. But I haven’t discovered where the loop is defined.

So, what do I need to know in order to create a page with custom loop?

Thanks.

You do the exact same thing with Sage

The theme wrapper isn’t relevant