tag pagination
Change admin area “pagination” posts per page
wordpress snippet
Adding this snippet to the functions.php of your wordpress theme will let you adjust the number of posts display within the admin area. By default wordpress will display 20 posts at a time within the admin area but you can change the number for the variable $per_page to display more or less.
read moreAdd pagination to your blog
wordpress snippet
Add the first block of code to the functions.php of your wordpress theme, then just add the my_paginate_links() function in the location you wish to have your pagination appear.
read more












