rrmeines
Forum Replies Created
-
Found MY errors!
1. I named my json file with an underscore wpm_config.json instead of wpm-config.json
2. I had an error in my json code: there is a comma too much after the recept object.
Thanks for the help!
This is the url:
/wp-admin/edit.php?post_type=receptand no I do not see the language switcher.
On editing the default pages: /wp-admin/edit.php?post_type=page i do see the language switcher.
Wordpress version is 5.0.3
Thanks for the quick response!
{
“post_types”: {
“recept”: {},
}
}I have a post type named recept and I made it with the Custom Post Type UI plugin https://nl.wordpress.org/plugins/custom-post-type-ui/
Disabling and enabling is not working for me. I see that in multiple tickets people are having trouble with this file.
https://wordpress.org/support/topic/there-is-no-translation-unit-for-post-type/#post-11176896
https://wordpress.org/support/topic/example-json-file-acf-custom-post-type/
https://wordpress.org/support/topic/not-supporting-the-custom-post-type/- This reply was modified 7 years, 2 months ago by rrmeines.
I have the same problem. I think it is the same as this thread: https://wordpress.org/support/topic/example-json-file-acf-custom-post-type/
Hi,
I also don’t see the option to translate my custom post type in the wordpress dashboard. I did added the lines to the wpm_config.json in the root of my theme.
I made my custom post types with the Custom Post Type UI plugin https://wordpress.org/plugins/custom-post-type-ui/
Do you know if this might be the reason why it does not work?