Codex

Template Tags/previous posts link

Contents

Description

This creates a link to the next posts. Yes, it says "previous posts," but it's named that just to confuse you.

Usage

 <?php previous_posts_link('Label''Max number of pages (default 0)'); ?> 

Examples

Default Usage

Working example

<?php previous_posts_link('« Previous Entries', '0') ?>

Parameters

Related

See also next_posts_link().


How to pass parameters to tags with PHP function-style parameters

Go to Template Tag index

This page is marked as incomplete. You can help Codex by expanding it.