This is probably a really simple question but how can I make the following view give me an offset of 1?

<?php
    $view = views_get_view('Featured_Venue_1');
    print views_build_view('block', $view, array(), false, 1);
?>

Comments

orionvortex’s picture

somebody please help. I am not very familiar with views arguments but I know this is possible with views. If anyone knows how to do an offset with views please tell me!

I'm sorry to sound so desperate. It's just that I know this is possible, but I don't know exactly how to do it.

orionvortex’s picture

anyone?

appel’s picture

Just in case someone else is looking for an answer, have a look here:
http://drupal.org/node/141765