• Hi Valexar. Thanks for the great plugin. Is there any easy way to make it work for custom post types as well? I’ve already installed and translated everything and it would be a pity to do everything again with WPML. Many thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @peterparket
    Add needed post type in configuration. Exapmle of configuration You can view in config folder in root of the plugin.

    Thread Starter Peter ParkeR

    (@peterparket)

    I’d be really grateful if you could provide me a more detailed answer. Many thanks.

    Add needed post type in ‘post_types’ section in your wpm-config file in root of your current theme.

    Thread Starter Peter ParkeR

    (@peterparket)

    Hi. I uploaded a file called wpm-config.json in my child theme containing the following code (photograph is the custom post type slug):
    {
    “post_types”: {
    “photograph”: {}
    }
    }
    Now my custom post types are shown in both languages but I can’t save them in both languages: I mean worpress saves just one language. Thanks

    Each translation saving separately. Use language switcher in admin for swich translation.

    Thread Starter Peter ParkeR

    (@peterparket)

    Ok. Thanks.

    This worked for me
    {
    “post_types”: {
    “photograph”: {
    “post_title”: {},
    “post_content”: {},
    “post_excerpt”: {}
    }
    }
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Post Types’ is closed to new replies.