Pagination in plugin’s backend
Question
I am displaying a list of posts in the plugin backend but I can’t seem to get the pagination to work. I used the standard approach of getting the “paged” variable and then passing it to get_posts()
‘s arguments, but whenever I visit my custom backend page or subpage and add the &page=2
variable I get that permissions error about not having enough of them to visit that page.
Is there a special way to apply pagination in the backend?
0
add-menu-page, admin-menu, pagination, php
8 years
2015-11-29T17:30:25-05:00
2015-11-29T17:30:25-05:00 0 Answers
67 views
0
Leave an answer