Title: post_fields not translating
Last modified: January 16, 2018

---

# post_fields not translating

 *  [vineryap](https://wordpress.org/support/users/vineryap/)
 * (@vineryap)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/)
 * Hi, I the custom fields is acting strange, I’m sure the fields on the “post_fields”
   inside my wpm-config.json file is right but it is not translating.
    I mean every
   time I click on the update button the field’s value is not changing, but if I
   remove the fields ID from the file then the value will change. Here is my wpm-
   config.json
 *     ```
       "post_types": {
           "property": {},
           "shop_order": {},
           "testimonial": {}
         },
       "post_fields": {
             "_price": {},
             "_price_per": {},
             "_offer_type": {},
             "_property_type": {},
             "_rental_period": {}
         },
       "taxonomies": {
           "property_feature": {},
           "region": {}
         }
       ```
   
    -  This topic was modified 8 years, 4 months ago by [vineryap](https://wordpress.org/support/users/vineryap/).

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

 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9868081)
 * Hi [@vineryap](https://wordpress.org/support/users/vineryap/)
    Are You using 
   ACF for this fields?
 *  Thread Starter [vineryap](https://wordpress.org/support/users/vineryap/)
 * (@vineryap)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9869180)
 * Hi, [@valexar](https://wordpress.org/support/users/valexar/) How are you?
    There’s
   no ACF plugin this time on the theme. But I figured it out, for the most part,
   only fields that containing number not responding to the translation. Would you
   like to check it out?
 * Anyway, how can I change the language switcher style for the menu section?
    And
   is there any way for excluding certain fields even though I used “wpm_each” ?
    -  This reply was modified 8 years, 4 months ago by [vineryap](https://wordpress.org/support/users/vineryap/).
 *  Thread Starter [vineryap](https://wordpress.org/support/users/vineryap/)
 * (@vineryap)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9869620)
 * I figured out the language switcher styling
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9871853)
 * >  And is there any way for excluding certain fields even though I used “wpm_each”?
 * Set needed tag value as ‘null’. Like: `"property_feature": null`.
 * Translating only strings. Number is not string.
 *  Thread Starter [vineryap](https://wordpress.org/support/users/vineryap/)
 * (@vineryap)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9875940)
 * > Set needed tag value as ‘null’. Like: “property_feature”: null.
   > Translating only strings. Number is not string.
 *     ```
       "realteo_submit_form_fields": {
             "wpm_each": {
               "property_title": null,
               "wpm_each": {}
             }
           }
       ```
   
 * I tried it like that but it’s not working
 *  Thread Starter [vineryap](https://wordpress.org/support/users/vineryap/)
 * (@vineryap)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9876086)
 * How can I translate strings on custom page option?
    I want to translate the subtitle
   field.
 * > [View post on imgur.com](https://imgur.com/NauQnWn)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9880205)
 * [@vineryap](https://wordpress.org/support/users/vineryap/)
    You need to known
   how called the option in a databese. And add the option config to configuration
   file.
 *  Thread Starter [vineryap](https://wordpress.org/support/users/vineryap/)
 * (@vineryap)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9880223)
 * How can I call out the option in the database?
    Could you give me any hint?
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9880679)
 * Find the value of needed option in any database manager as PhpMyAdmin, Adminer,
   or other. Find out ‘option_key’ in finded row. This is option name for using 
   in config.
 *  Thread Starter [vineryap](https://wordpress.org/support/users/vineryap/)
 * (@vineryap)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9883662)
 * Hi [@valexar](https://wordpress.org/support/users/valexar/)
 * I searched it on PhpMyAdmin but there are no matches.
 * Anyway, I found this inside the theme, maybe you can see why it is not translating?
 * > [View post on imgur.com](https://imgur.com/qOG573e)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/post_fields-not-translating/#post-9887174)
 * Contact me on Slack. I will try to help You.

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

The topic ‘post_fields not translating’ 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/)

 * 11 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/post_fields-not-translating/#post-9887174)
 * Status: not resolved