ePage Links
开发者 |
Rich Pedley
|
更新时间 |
2009年1月20日 05:33 |
PHP版本: |
2.5 及以上 |
WordPress版本: |
2.7 |
详情介绍:
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.
安装:
Download the plugin, upload to your Wordpress plugins directory and activate. Amend your template as necessary.