@ma_rich Hi,
go to the sme file landing-page.php at the folder includs, than go to:
$data[$count] = array(
than replace ‘title’ => get_the_title( $pageid ),
with
‘title’ => get_the_title( pll_get_post($pageid, get_locale())),
enjoy :o)
-
This reply was modified 6 years ago by Abudi.