Navigation überspringen
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 - -
- - - - - - -

Unterstützt die Zeitzone: Asia/Karachi (GMT+05:00)

Schlagwörter: 

Dieses Thema enthält 0 Antworten, hat 1 Stimme.

Zuletzt aktualisiert von hissamK-2 Vor 9 Stunden, 36 Minuten.

Assistiert von: Noman.

Verfasser Beiträge
November 7, 2024 unter 11:44 am #16376830

hissamK-2

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

Das Thema '[Geschlossen] How to get Permalink for translated POST' ist für neue Antworten geschlossen.