I would like to create a view which outputs nodes using a specific MySQL LIMIT.

At my frontpage I've a block with a list of 5 articles. Under that list, I've created another block (another view) which should display the next five articles.

How do I tell this view to display article 5 till 10?

Thx,

Bart

Comments

bc173’s picture

After posting a feature request I got an answer from the Views creators:

In your Views form, open the 'Arguments' tab and insert $offset = 5 in the 'Argument Handling Code' field.