Translate Post date (month) of china language
How can I translate with the date output format like this: AUG 2020 with php wp or my wordpress site is currently using the polylang plugin.
Please help me, thank you.
How can I translate with the date output format like this: AUG 2020 with php wp or my wordpress site is currently using the polylang plugin.
Please help me, thank you.
I am working on a website, and I am using Polylang to translate it to a different language.
In my code I want to get a page title, and display it. My issue is I cannot get it by ID or page_by_path because its going to display the English version of the page on every language.
Is there any way to evaluate the language a post/page is written in? I am building a multilingual site and am almost pulling my hair out trying to get the front-end navigation to take the chosen language into account. So far the polylang plugin http://wordpress.org/extend/plugins/polylang/ has worked fine for everything else.