Plugin Directory

ePage Links

An enhanced version of `wp_link_pages`.

Download Version 1.1.0

Alternative for wp_link_pages to be able to specifiy wrappers for each link. Simply use

enhanced_link_pages(
    array(
        'blink'=>'<li>', 
        'alink'=>'</li>', 
        'before' => '<ul>', 
        'after' => '</ul>', 
        'next_or_number' => 
        'number')
);

in place of wp_link_pages in your themes.

If next_or_number is set to both, then pages numbers and previous/next are shown.

Author: Rich Pedley

Requires: 2.5 or higher
Compatible up to: 2.7
Last Updated: 2009-1-19 Downloads: 1,130

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(2 ratings)

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

Log in to vote.