Thank you!. This sort of worked but one tiny problem is that its not showing the amount of posts I want on the index page… no idea why. But it does offset the second page and the archives work properly…
Just this first part seems not to work… and of course its probably the most important part…any ideas?
<?php
// If we’re on the index page, we only want the two first posts.
if ( is_home() ) {
if ( !is_paged() ) {
query_posts(‘posts_per_page=2’);