Ion @ WP Page Numbers

Ion

Im’ using WP 2.7.1 and the only thing close to ”previous_posts_link()” I can find is this piece of code…
Cannot get it to work… do you have some suggestions? Thanks!

$prev_link = get_previous_posts_link(__(‘Newer Entries »’, ‘kubrick’));
$next_link = get_next_posts_link(__(‘« Older Entries’, ‘kubrick’));