Skip to content Skip to sidebar

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- - 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00
- - - - - - -

Supporter timezone: America/Lima (GMT-05:00)

Tagged: 

This topic contains 3 replies, has 1 voice.

Last updated by Andreas W. 2 months, 1 week ago.

Assisted by: Andreas W..

Author Posts
July 1, 2026 at 10:30 am #18135455

lauraP-35

Hello WPML Support Team,

We are experiencing an issue with our multilingual WordPress website using WPML.

Environment
WordPress
WPML (latest version)
ACF (Advanced Custom Fields)
Custom Post Type: Blog
Default language: English
Secondary languages: French, German
Issue

When a new blog is created in English and translated using the WPML Translation Editor (pencil icon), the translation is completed successfully.

The translated post:

is Published
has a valid translated URL
opens correctly when switching languages from the English post
appears in search results

However, it does not appear on the translated blog archive page (e.g. /fr/blogs/).

The post only becomes visible on the archive after opening the translated post in the native WordPress editor and clicking Update, even without making any changes.

This happens with every newly translated blog.

Investigation performed

We confirmed that:

The translated post status is Published.
Categories and tags are assigned correctly.
The translated URL works.
Search can find the translated post.
The issue only affects the archive listing.

Our archive uses a custom query similar to:

$args = array(
'post_type' => 'blog',
'post_status' => 'publish',
'meta_query' => array(
array(
'key' => 'news_data_featured_latest',
'value' => array('no')
),
),
'lang' => apply_filters('wpml_current_language', NULL),
);

We also discovered that if we remove the meta_query, newly translated posts immediately appear in the translated archive without needing to update the translated post.

The archive template also uses ACF Group fields (news_data) and related subfields.

ACF / WPML configuration

The relevant ACF fields are:

news_data (Group)
news_data_featured_latest
news_data_news_favorite
news_data_news_image_size

These fields are managed through ACFML Expert mode, so their translation preferences are locked and cannot be changed from the WPML Custom Fields screen.

Thank you.

July 1, 2026 at 11:25 am #18135545

lauraP-35

Hi WPML Support Team,

Apologies for the delayed response. The ticket was closed due to inactivity, but the issue is still unresolved.

We have continued investigating and would like to reopen this case.

Issue Summary
Default language: English
Secondary languages: French and German
We create a blog in English and translate it using the WPML Translation Editor.
The translated post is published successfully.
The translated URL works correctly.
The translated post appears in search results.
However, it does not appear on the translated blog archive page (for example, /fr/blogs/).

The post only appears in the archive after opening the translated post in the native WordPress editor and clicking Update, even without making any changes.

Our Investigation

The blog archive uses a custom WP_Query with the following meta query:

'meta_query' => array(
array(
'key' => 'news_data_featured_latest',
'value' => array('no')
),
),

If we temporarily remove this meta_query, newly translated posts immediately appear in the translated archive without needing to update the translated post.

This suggests that the translated posts are being created correctly, but the metadata used by the archive query is not available or not synchronized until the translated post is saved in the native WordPress editor.

Could you please advise whether this is a known behavior with WPML and ACF Group fields, or whether there is a recommended configuration or synchronization process to ensure the translated post metadata is available immediately after translation?

July 2, 2026 at 12:42 pm #18137625

lauraP-35

We are still experiencing an issue with our multilingual WordPress website using WPML

July 5, 2026 at 7:20 am #18141606

Andreas W.
WPML Supporter since 12/2018

Languages: German (Deutsch )

Timezone: America/Lima (GMT-05:00)

Hello,

Thank you for reaching out and for your patience!

According to the provided debug information, the custom field "news_data_featured_latest" is set to "Don't translate".

This means that "news_data_featured_latest" does not exist on translated products.

Please go to WPML > Settings > Custom Fields Translation and set the field "news_data_featured_latest" to "Copy".

Now update the translations of your products.

If this does not solve the issue, please let me know.

Best regards
Andreas

The topic ‘[Closed] WPML translated blog posts are not visible in archive until the translated post is updated’ is closed to new replies.