Pular a navegação
Sun Mon Tue Wed Thu Fri Sat
12:00 – 20:00 12:00 – 20:00 12:00 – 20:00 12:00 – 20:00 12:00 – 20:00 - -
- - - - - - -

Fuso horário do apoiador: Asia/Karachi (GMT+05:00)

Marcado: 

Este tópico contém 0 respostas, tem 1 voz.

Última atualização: hissamK-2 2 meses, 3 semanas atrás.

Assistido por: Noman.

Autor Posts
novembro 7, 2024 em 11:44 am #16376830

hissamK-2

Background of the issue:
I am using WPML with a WordPress site at link oculto. 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?

O tópico '[Fechado] How to get Permalink for translated POST' está fechado para novas respostas.