Title: problem with wpml
Last modified: August 21, 2016

---

# problem with wpml

 *  [mabouchalkha](https://wordpress.org/support/users/mabouchalkha/)
 * (@mabouchalkha)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-4/)
 * hi,
 * very good plugin.
 * i use wpml with 2 languages when i use your plugin it show me the series above
   the post content with all languages
 * example:
    it show me
 * 1 – french serie post (en)
    2 – série de post en français (fr)
 * but i need when i use a website with fr (wpml) show me just
    1 – série de post
   en français (fr)
 * or if i use a website with en (wpml) show me just
    1 – french serie post (en)
 * thank you a lot.
 * [http://wordpress.org/plugins/wp-post-series/](http://wordpress.org/plugins/wp-post-series/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-4/#post-4470300)
 * I can’t tell you how to fix that. WPML duplicates posts for each languages. Here
   is the query I use, if you want to ask WPML for advice:
 *     ```
       $posts_in_series  = get_posts( array(
       			'post_type'      => 'post',
       			'posts_per_page' => -1,
       			'fields'         => 'ids',
       			'no_found_rows'  => true,
       			'orderby'        => 'date',
       			'order'          => 'asc',
       			'tax_query'      => array(
       				array(
       					'taxonomy' => 'post_series',
       					'field'    => 'slug',
       					'terms'    => $series->slug
       				)
       			)
       		) );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘problem with wpml’ is closed to new replies.

 * ![](https://ps.w.org/wp-post-series/assets/icon.svg?rev=2402625)
 * [WP Post Series](https://wordpress.org/plugins/wp-post-series/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-post-series/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-post-series/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-post-series/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-post-series/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-4/#post-4470300)
 * Status: not resolved