Title: Advanced Translator + Custom Fields?
Last modified: April 12, 2017

---

# Advanced Translator + Custom Fields?

 *  Resolved [Juan Hernando](https://wordpress.org/support/users/unintended8/)
 * (@unintended8)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/advanced-translator-custom-fields/)
 * Hi! First time using and configuring this plugin, it looks really good 🙂
 * I have a question… when activating the option ‘Advanced translator’, I can translate
   the content & taxonomies in just one same page. Is there a way to see any custom
   field I’ve created for the posts there too? For example, if I create with ACF
   a text custom field, it would be great to have it too in the same screen, and
   not having to click and go to each different post in each language to edit it.
 * Thanks for your help!

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

 *  [Thorsten Frommen](https://wordpress.org/support/users/tfrommen/)
 * (@tfrommen)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/advanced-translator-custom-fields/#post-9025975)
 * Hi Juan,
 * sorry, but no, there’s currently no built-in way to do this out of the box.
 * There are a looot of requests for translation of custom fields (which are not
   only interesting for custom post types, but posts and pages as well!).
    As of
   now, this is not possible, though. We are sorry for this, but it has really a
   lot of reasons. The most important (and obvious) ones being these:
    - we cannot know which of all custom fields should be translatable, and which
      not;
    - we cannot about the nature of each field (what’s the allowed data type, are
      there any conditions to be respected, …);
    - we cannot know about the UI (and cannot rebuild it anyway).
 * We really hope to be able to do something to this when the Fields API will get
   merged into Core – and plugins make use of it. To be honest, though. this might
   take quite a while to get there.
 * What you can do if you are a developer, however, is make use of plugin actions
   and insert some UI for the custom fields you are interested in yourself – and
   also take care of processing these.
    Just have a look at the individual [actions fired in the meta box](https://github.com/inpsyde/MultilingualPress/blob/39389981372bfceab56dee6f6f2964572aec9744/src/inc/post-translator/Mlp_Translation_Metabox_View.php#L32)
   and [in the processing unit](https://github.com/inpsyde/MultilingualPress/blob/39389981372bfceab56dee6f6f2964572aec9744/src/inc/advanced-translator/Mlp_Advanced_Translator_Data.php#L339),
   respecitvely.
 * Hope that helps, and happy Easter!
    Thorsten
 *  Thread Starter [Juan Hernando](https://wordpress.org/support/users/unintended8/)
 * (@unintended8)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/advanced-translator-custom-fields/#post-9026212)
 * Thanks for your answer Thorsten and happy Easter! 🙂 I understand all your points.
   I’ll take a look at the actions and see if I can code something, but in the short
   term, I’ll keep updating each field in each single post page.

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

The topic ‘Advanced Translator + Custom Fields?’ 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/)

## Tags

 * [ACF](https://wordpress.org/support/topic-tag/acf/)
 * [custom field](https://wordpress.org/support/topic-tag/custom-field/)

 * 2 replies
 * 2 participants
 * Last reply from: [Juan Hernando](https://wordpress.org/support/users/unintended8/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/advanced-translator-custom-fields/#post-9026212)
 * Status: resolved