Title: CPT not multilingual problem with permalink
Last modified: August 30, 2016

---

# CPT not multilingual problem with permalink

 *  [quelicm](https://wordpress.org/support/users/quelicm/)
 * (@quelicm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/cpt-not-multilingual-problem-with-permalink/)
 * Hi,
 * I have a problem with permalinks.
 * I have a CPT product not multilingual and I have a list of these products in 
   a page this is ok in all languages but to enter the product detail I change the
   default language
 * Sample: I have three languages (ES (defautl),EN,FR) and surf the web in EN in
   the page catalog list the products (CPT not multilingual))
 *  $args=array(
    ‘post_type’=> array(‘product’), ‘orderby’ => ‘date’, ‘order’ =
   > ‘desc’, ); $aItems = get_posts($args); foreach ($aItems as $item) { $href =
   get_permalink($item->ID); ……
 * the problem is the **href** variable points to default language(ES) changing 
   me the language of the page
 * CPT is not possible to have ads ?
 * Thanks!
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/cpt-not-multilingual-problem-with-permalink/#post-6340873)
 * Hi!
 * Could you please specify your Polylang settings?

Viewing 1 replies (of 1 total)

The topic ‘CPT not multilingual problem with permalink’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

## Tags

 * [cpt](https://wordpress.org/support/topic-tag/cpt/)
 * [permalink](https://wordpress.org/support/topic-tag/permalink/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chouby](https://wordpress.org/support/users/chouby/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/cpt-not-multilingual-problem-with-permalink/#post-6340873)
 * Status: not resolved