=== ePage Links ===
Contributors: Rich Pedley
Tags: paged, link, pages, wp_link_pages
Requires at least: 2.5
Tested up to: 2.7
Stable tag: 1.1.0
An enhanced version of `wp_link_pages`.
== Description ==
Alternative for `wp_link_pages` to be able to specifiy wrappers for each link. Simply use
`enhanced_link_pages(
array(
'blink'=>'
',
'alink'=>'',
'before' => '',
'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.
== Installation ==
Download the plugin, upload to your Wordpress plugins directory and activate. Amend your template as necessary.
== Earlier Versions ==
Another version of this plugin, 0.0.2, is available for Wordpress 2.0.11