Untranslated strings are those called by get_option
You need to add your settings to config section ‘options’.
As example:
{
"options": {
"theme_mods_twentyseventeen": {
"theme_option_name": {}
}
}
}
-
This reply was modified 8 years ago by
VaLeXaR.
Hi Valentyn,
many thanks for your attention, but it only works for blog options like blogname, blogdescription and not for the specific theme options like theme_home_advance_search_title and theme_featured_prop_title.
This is my wpm-config.json theme file
{
“post_types”: {
“property”: {}
},
“taxonomies”: {
“property-feature”: {},
“property-type”: {},
“property-status”: {}
},
“options”: {
“theme_mods_realhomes-monica”: {
“blogname”: {},
“blogdescription”: {},
“theme_home_advance_search_title”: {},
“theme_featured_prop_title”: {}
}
}
}
Maybe this options are not in “theme_mods_realhomes-monica”? Can You show dump of the array of the option “theme_mods_realhomes-monica”?
Sorry, but i don’t know how to do this.
I installed a plugin for that, and yes, the options are from theme
-
This reply was modified 8 years ago by
abusquets.
So, can You show the dump of the theme settings array?