• Resolved anitadahal

    (@anitadahal)


    {
    “post_types”: {
    “sp_coupon”: {},
    “sp_do”: {},
    “sp_service”: {}

    },
    “taxonomy”:{
    “sp_category”: {}
    }
    }

    custom post types are working but custom taxonomy not being translated doesnot show language switcher for translation.

    Can you suggest correct way to add translation support for custom taxonomy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @anitadahal
    For taxonomies section must be named ‘taxonomies’.

    Thread Starter anitadahal

    (@anitadahal)

    thank you worked ?? appreciate it

    Peter

    (@digitalform)

    Hi VaLeXaR,

    I set the new taxonomy and post type in the wpm-config.json file, but the doesn’t show the language switcher in the new post type and taxonomy page.
    The wpm-config.json file is in my template root.

    {
    “post_types”: {
    “mobel”: {},
    },
    “taxonomies”: {
    “mobel_cat” : {},
    },
    }

    Best regards,
    Peter

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