Today, I'm going to show you how to add pagination with
Special recent post Plugin.
If you are using special recent post plugin to show recent
posts in your blog website.
You might have stuck with pagination problem i.e. what If you have 100 post and you want to show 10 posts per page?
You might have stuck with pagination problem i.e. what If you have 100 post and you want to show 10 posts per page?
I've made some custom changes in the special recent post plugin to made it work with pagination.
Follow these instructions to add pagination.
First we need to set the plugin is fetching the posts from
the database so we need to set the offset option into the queries option so we
can say what page number is requested and fetching from number of post up to 10
or whatever post you need to show in one page.
Go to the "special recent posts" plugin now go to class directory of it. You'll
find a file
class-main.php
Open it.