Title: Custom post type not recognized
Last modified: August 21, 2016

---

# Custom post type not recognized

 *  Resolved [maxxdesign](https://wordpress.org/support/users/maxxdesign/)
 * (@maxxdesign)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-not-recognized/)
 * I added this code to my theme fuctions.php
 * add_filter(‘pll_get_post_types’, ‘add_cpt_to_pll’, 10, 2);
    function add_cpt_to_pll(
   $post_types, $hide) { if ($hide) // hides ‘my_cpt’ from the list of custom post
   types in Polylang settings unset($post_types[‘my_cpt’]); else // enables language
   and translation management for ‘my_cpt’ $post_types[‘my_cpt’] = ‘udt_homepage_slider’;
   return $post_types; }?>
 * because by default the plugin loads only Portfolio custom type post but the Polylang
   options are not visibile in the slider posts admin pages
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-not-recognized/#post-4689904)
 * Why do you want to write php code? Remove it and just go in Polylang settings
   and activate the languages and translations management for this custom post type.
 *  Thread Starter [maxxdesign](https://wordpress.org/support/users/maxxdesign/)
 * (@maxxdesign)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-not-recognized/#post-4689905)
 * I solved in the meanwhile, thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom post type not recognized’ 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

 * [custom post type](https://wordpress.org/support/topic-tag/custom-post-type/)

 * 2 replies
 * 2 participants
 * Last reply from: [maxxdesign](https://wordpress.org/support/users/maxxdesign/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-type-not-recognized/#post-4689905)
 * Status: resolved