Translate widget titles using qTranslate plugin
I’m actually using the qTranslate plugin to translate my website. It works really well with everything except one thing. the titles of my sidebar widgets.
I’m actually using the qTranslate plugin to translate my website. It works really well with everything except one thing. the titles of my sidebar widgets.
How do you get the content by id and by specific language? I need to display two specific language content in a page, regardless of the session’s language. So far, this is my progress: this works fine for getting the content by id of the active language: <?php $id=47; $post = get_page($id); $content = apply_filters('the_content', … Read more