How to query DB WordPress and Translation?
-
about this
$args = array('posts_per_page' => 10, 'lang' => 'fr'); $myposts = get_posts($args); foreach ($myposts as $key => $post) : setup_postdata($post);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to query DB WordPress and Translation?’ is closed to new replies.