Hi,

I want to create a view which lists all of the stories on my site except for the most recent one, which appears further up the page in a block of its own. Any idea how I can do this?

Jim

Comments

merlinofchaos’s picture

In the PHP arg code, use this code:

$offset = 1;
merlinofchaos’s picture

Status: Active » Fixed
jim0203’s picture

Beautiful, that works perfectly. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.