I'm trying to create a language switcher that always links to translations of a specific post, in my case a page with ID number 9. As stated in the documentation for polylang, I try with the following code
<?php pll_the_languages(array('post_id' => 9)); ?>
The generated switcher however links all languages to the home page for that language, and not to the translations of the page that I want.
I've tried searching for a solution without any luck. Am I doing something wrong?
Thanks for a great plugin!