Skip Navigation

Tagged: 

This topic contains 0 replies, has 1 voice.

Last updated by hissamK-2 12 hours, 18 minutes ago.

Assisted by: Noman.

Author Posts
November 7, 2024 at 11:44 am #16376830

hissamK-2

Background of the issue:
I am using WPML with a WordPress site at hidden link. I am trying to get the permalink for a translated post. I am using a WP query to get posts from the database and then creating an array to store data in Elastic Search. I have tried using the documentation's suggested methods: $object_id = apply_filters('wpml_object_id', $post->ID, $post->post_type); $post_link = apply_filters('wpml_permalink', get_the_permalink($post->ID), $language_code); I tried both combinations with post id and $object_id.

Symptoms:
I am unable to get the permalink for a specific post ID using the methods suggested in the documentation.

Questions:
How can I get the permalink for a translated post using WPML?
What is the correct way to use wpml_object_id and wpml_permalink filters?

The topic ‘[Closed] How to get Permalink for translated POST’ is closed to new replies.