Translate custom post type slug issue

Support General Translate custom post type slug issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40239
    MotiveinkMotiveink
    Participant

    the target url does not replace the slug of the custom post type

    the problem is in the conversion of the translated url and that is that the target url does not replace the slug of the custom post type with the translated version, example:
    https://arnaldocaprai.motive.ink/esperienza/montefalco-vibes

    Generated English Url: https://arnaldocaprai.motive.ink/en/esperienza/montefalco-vibes/

    URL as SHOULD BE GENERATED: https://arnaldocaprai.motive.ink/en/experience/montefalco-vibes/

    Italian Slug custom post type: esperienza

    slug translation: "experience"

    "experience" Is not substituted for "esperienza" when the English link is generated

    plugins used
    metabox plugins for custom post types and oxygenbuilder

    #40244
    PeterPeter
    Moderator

    Hello there,

    Meta Box does not support translating custom post type slug. If you use a translation plugin to translate it, please contact the plugin support to get further assistance.
    If you think it is an issue with MB Custom Post Type plugin, you can generate the PHP code and add the code to the file functions.php in your theme folder or a plugin folder to create a post type without the Meta Box builder.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.