Thread Starter
jmask
(@jmask)
I am not on a local host and the logs are
SELECT * FROM wp_hpcrqc_posts WHERE post_status IN (‘publish’) AND post_type IN (‘post’, ‘page’) ORDER BY ID desc LIMIT 10 OFFSET 0
Offset: 0
Page: 1
Per page: 10
Total: 50
SELECT * FROM wp_hpcrqc_posts WHERE post_status IN (‘publish’) AND post_type IN (‘post’, ‘page’) ORDER BY ID desc LIMIT 10 OFFSET 10
Offset: 10
Page: 2
Per page: 10
Total: 50
Hi jmask,
it looks like there is a bug with data caching and $items variable in WP_List_Table() class. Unfortunately, I am not able to recreate the environment when this bug occurs, but I wrote a bypass code for SQL fourmla used to get the table items.
Please check if new 0.4.8 version of the plugin fix the problem.
Best Regards,
Maciej