Skip Navigation

Resolved

Reported for: WPML Multilingual CMS 4.5.11

Resolved in: 4.6.0

Topic Tags: Bug

Overview of the issue

Currently when you go to WPMLTranslation Management, you are able to see only your first 200 posts. This is done to avoid any performance hit when you load this page. Our developers are checking the possibility of adding this limit only when there is not any filter applied.

Workaround

Please to make a full backup of your site before proceeding.

  1. Open the /sitepress-multilingual-cms/menu/dashboard/wpml-tm-dashboard.class.php file.
  2. Look for line 12:
    const LIMIT_RETRIEVED_POSTS_VALUE = 200;
  3. Change the number (200) to whichever you need or your server can process.