• Resolved alex845

    (@alex845)


    Great plugin, use it for years.

    However, after the last update it shows only 1000 posts (of 3300+). Installing a backup solved the problem but is not ideal of course.

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andy Keith

    (@andykeith)

    Hi,

    We limit the number of posts to 1000 to try keep the database load down. It can be quite a hit on the database to load more than that. If you want, you can increase the posts limit by using the following filter (add to your functions.php file):

    
    add_filter( 'posts_data_table_post_limit', function( $limit ) {
       return 4000;
    } );
    
    Thread Starter alex845

    (@alex845)

    Thanks Andy, this did the job.

    Yeah, the page with the ‘search and sort’ list isn’t the fastest one on my site, but it looks nice ?? Caching helps a lot…

    Plugin Author Andy Keith

    (@andykeith)

    Great, glad it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shows only 1000 posts after update’ is closed to new replies.