For anyone having the same problem as me, including the people in this thread… where our questions go unanswered… here’s a temporary fix:
Open the file /wp-content/plugins/flamingo/admin/includes
and go to line number 38, and put in: $per_page = 500;
This will now list 500 items per page, rather than 20.
If you’re having trouble locating line number 38 some how, it’s directly under this line, which is line 37:
“$per_page = $this->get_items_per_page( $current_screen->id . ‘_per_page’ );”
Cheers!
-Nitro
(https://www.nitrolic.com)
-
This reply was modified 5 years, 8 months ago by nitrolic.