Title: ACF documentation
Last modified: January 10, 2018

---

# ACF documentation

 *  [neurone](https://wordpress.org/support/users/neurone/)
 * (@neurone)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/acf-documentation/)
 * Hi,
 * I figure out that this pluggin is compatible with ACF through the wpm-config 
   but i don’t find any documentation of how it’s work.
    I do have a custom category
   field on my wordpress and i’d like them to be translated in the second language
   i am currently adding with WP Mulilang. In the admin, i can choose one or other
   language but if i change a text on my custom field i can find the change in both
   🙁
 * It’s on the front working if i put something like it : `[:fr]fr text [:en] en
   text` but i’d really like to have it working through the admin as i also have
   video for exemple i’d like to have different by language.
    Any help is welcome
   😀
    -  This topic was modified 8 years, 5 months ago by [neurone](https://wordpress.org/support/users/neurone/).
    -  This topic was modified 8 years, 5 months ago by [neurone](https://wordpress.org/support/users/neurone/).

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

 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/acf-documentation/#post-9854530)
 * Hi [@neurone](https://wordpress.org/support/users/neurone/)
    You can add configuration
   for needed field in “post_fields” section in the wpm-config file. Examples of
   configurations you can see in config dir in root of the plugin.
 *  Thread Starter [neurone](https://wordpress.org/support/users/neurone/)
 * (@neurone)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/acf-documentation/#post-9855200)
 * Hi VaLeXar,
 * Thanks for your reply. My field are not post field but category field (I add 
   some second description and a video to each post category) and i don’t find in
   any exemple the correct way to put that in the wpm-config file…
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/acf-documentation/#post-9857522)
 * Create section ‘term_fields’ and add fields there. Example:
 *     ```
       {
         "term_fields": {
           "field_name_example": {}
         }
       }
       ```
   
 *  Thread Starter [neurone](https://wordpress.org/support/users/neurone/)
 * (@neurone)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/acf-documentation/#post-9858429)
 * That’s unfortunately not working … the only way to have it work is to put on 
   the field my text in both language `[:fr]fr text [:en] en text` … not really 
   user friendly unfortunately.
 *  Thread Starter [neurone](https://wordpress.org/support/users/neurone/)
 * (@neurone)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/acf-documentation/#post-9858899)
 * After looking on my DB, i find a solution which is to put this code :
 *     ```
       {
         "options": {
           "category_7_headline": {}
         }
       }
       ```
   
 * The only problem is that i will have to create a line for each of my category(
   in this exemple it is working for the category id=7 only) … is it a generic rules
   which can work ?
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/acf-documentation/#post-9864764)
 * [@neurone](https://wordpress.org/support/users/neurone/)
    No. You can use tag“
   wpm_each” for apllying to each item in array.
 *     ```
       {
         "options": {
           "category_7_headline": {
             "wpm_each": {} //Apllying to each element in array
           }
         }
       }
       ```
   

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

The topic ‘ACF documentation’ is closed to new replies.

 * ![](https://ps.w.org/wp-multilang/assets/icon-256x256.png?rev=1760406)
 * [WP Multilang - Translation and Multilingual Plugin](https://wordpress.org/plugins/wp-multilang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-multilang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-multilang/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-multilang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-multilang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-multilang/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/acf-documentation/#post-9864764)
 * Status: not resolved