Paginate WordPress Posts


/ Published in: PHP
Save to your folder(s)

Place the function in your functions.php file of your theme...

Then, simply call like this: wp_paginate('', 3);
The first param is optional, the second dictates how many pages before and after the current page link will show...

URL: http://www.design-ninja.net

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.