Hey,
I've been trying for a while to figure out how to do this,
On the first page (index.php) i want to have the first post, but when I click the permalink i want it to take me to the 2nd post on single.php. So I need a way to re-route the permalink and offset it by 1.
This won't work with query_posts() since it will change what will be displayed on the first page..
Any ideas on how to do this?