- Hi, there - Thanks so much for previous helps. - This question is not about WordPress but related to PHP. - Currently I output all records in a database table and use ceil() etc. methods to split them into different pagination. The link will be xxx.com?page=1, xxx.com?page=2, … , xxx.com?page=x. - The last pagination “x” is calculated based on total records / per_records_page. However, I’m wondering is there any way to show last pagination by default when visit the xxx.com. Just save a work to click “Last Pagination” link. I tried to reverse but it will display as DESC. That is not what I want. - Thank you very much. 
- Hi Dandy, 
 Thank you for posting. did you mean showing last N entries?
- Hi Dandy, 
 I am very sorry but I am still not able to understand what you want to accomplish here. Please help me understand and I can assist.- here is what I am thinking 
 – There are x items
 – You are showing n items per page
 – There is K paginated pages- Now, you are listing the K paginated pages as links and also displaying the last n1 items which is for K(th) page? 
You must be logged in to reply to this topic.