• Resolved uili

    (@uili)


    My theme have a specific page that use a template /page-template/group.php
    * Template Name: Group Landing Pages

    how could i disable on these page using this template via json?

    {
    “post_types”: {
    “post”: null
    }
    }

Viewing 1 replies (of 1 total)
  • Hi @uili

    
    {
      "post_types": {
        "post": null
      }
    }
    

    You can use “Show only in specific language” metabox, for displaying the post only in needed language. Also You can do not translating the post on another languages. And it will be only in default language.

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable translation on specific page template’ is closed to new replies.