=== wp-all-posts-page-link === Contributors: sandapao Donate link: http://www.j2trip.com/html/y2009/08/wp-all-posts-page-link.html Tags: posts, page, link Requires at least: 2.8.2 Tested up to: 2.8.4 Stable tag: 1.0 == Description == Display page link for all posts. Tested on wordpress 2.8.2 and 2.8.4, on bugs found. == Installation == 1. Upload `wp-all-posts-pages-link.php` to the `/wp-content/plugins/wp-all-posts-page-link` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Place if(function_exists("all_posts_page_link")) { all_posts_page_link('Prev', 'Next'); } ?> in the index.php of your templates. == Frequently Asked Questions == = What's the format of the output? = The format of output as follows(current page number is 1):
= How to customize prev and next lable? = You can set them on the arguments of function all_posts_page_link, like all_posts_page_link('--', '++', 'Page') . For these arguments, the output will as follows(current page number is 1): == Changelog == = 1.0 = * first version.