WordPress Pagination
WOW! I’ve been having a pain in the ass time getting pagination to work on WordPress. First off, I don’t want to use wp-pagenavi or some other plugin. I hate plugins, I would rather have my plugin running on one clean install and nothing else.
LET’S GET STARTED. This is like Pagination made super simple, seriously. I’ve taken out all the work.
Step One:
Ok, step one. Paste this code into your functions.php file. It sets up the $pagination variable for us.
(more…)
