I am experiencing an issue with WPML in the WordPress admin area.
In the Listings custom post type (used by the Homey theme), the admin shows that listings exist:
• All (63)
• English (31)
• Italian (32)
However, in the table below it displays “No Listing found”, even when selecting “All languages”.
The listings actually exist in the database and can be accessed directly if I open them via URL (post.php?post=ID&action=edit). The issue seems to affect only the admin query that loads the list table.
Environment details:
• WordPress: latest version
• WPML: active
• Theme: Homey (real estate theme)
• Custom Post Type: Listings
What I already checked:
• Language filters in the admin list
• Screen options
• Post status filters
• Listings confirmed in database
It seems that WPML may be interfering with the admin query (pre_get_posts) for this custom post type, causing the list table to return zero results while the counter still shows the correct totals.
Could you please advise how to debug or reset the language filtering for this custom post type?