Multilanguage website get the title, on different languages
In polylang you can use the function pll_get_post($postID) to get the id of the translated page like this: <?php echo get_the_title(pll_get_post(52)); ?> I’d be glad if you rate my answer if it was useful.