• Hi,

    I can’t translate post/page with other language with plugin Toolset Types. Help me please.

    Thanks,
    Refan

Viewing 7 replies - 1 through 7 (of 7 total)
  • Add created post type in “post_types” section to wpm-config.
    If You created custom fields add this fields to config file in “post_fields” section.

    Thread Starter refan

    (@refan)

    Hi dear,

    Could you give me instruction step by step how to put section wpm-config using plugin Toolset Types?

    Thanks

    Create in root of your theme file ‘wpm-config.json’. Add needed post types and fields.

    
    {
      "post_types": {
        "some_post_type": {},
        "second_some_post_type": {}
      },
      "post_fields": {
      "some_post_field":{},
      "second_some_post_field":{}
      }
    }
    
    Thread Starter refan

    (@refan)

    I already did create file in my root theme but nothing happen after that. Still not choice language page/post for using WPM.
    This is in my dir wp-content\themes\total\wpm-config.json

    Help me with spesific instruction please.
    Thanks

    Can You show me your wpm-config file and the custom posts url in admin?

    Thread Starter refan

    (@refan)

    My web is not live right now, still in my localhost. There is instruction with detail how to configure like video tutorials?

    Thanks

    Just copy content of ‘wpm-config’ here.
    And add link for admin post types page.

    • This reply was modified 8 years, 2 months ago by VaLeXaR.
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘How to enable with Plugin Toolset Types’ is closed to new replies.