Showing default laungage
-
$args = array (
‘post_type’ => array( ‘post’ ),
‘category_name’ => $category,
‘nopaging’ => false,
‘posts_per_page’ => ‘100’,
‘cache_results’ => false,
‘update_post_meta_cache’ => false,
‘update_post_term_cache’ => false,
‘lang’ => ‘en’,
);and in the loop I am using qtranxf_use(‘en’, $post->post_title, false);
But if I dint set a post title for English language its still showing default language (Norwegian). Please help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Showing default laungage’ is closed to new replies.