Title: Projects translation
Last modified: August 22, 2016

---

# Projects translation

 *  Resolved [ctpntn](https://wordpress.org/support/users/ctpntn/)
 * (@ctpntn)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/projects-translation/)
 * Doesn’t Multilingual Press support the Projects translation? It works fine with
   posts and pages, but I can’t find nothing in Projects pages for using it.
 * [https://wordpress.org/plugins/multilingual-press/](https://wordpress.org/plugins/multilingual-press/)

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

 *  [fuxia](https://wordpress.org/support/users/thefuxia/)
 * (@thefuxia)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/projects-translation/#post-5534407)
 * You can filter the allowed post types in your code:
 *     ```
       add_filter( 'mlp_allowed_post_types', function( $post_types ) {
       	$post_types[] = 'project';
       	return $post_types;
       });
       ```
   
 *  Thread Starter [ctpntn](https://wordpress.org/support/users/ctpntn/)
 * (@ctpntn)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/projects-translation/#post-5534412)
 * I’m sorry, but ‘in my code’ where?
 *  [fuxia](https://wordpress.org/support/users/thefuxia/)
 * (@thefuxia)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/projects-translation/#post-5534413)
 * Wherever you register the post type, preferably in a network activated plugin.

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

The topic ‘Projects translation’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [fuxia](https://wordpress.org/support/users/thefuxia/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/projects-translation/#post-5534413)
 * Status: resolved