Need to give custom page template for each language in WPML

I need to give each page a custom/different page template for every language page in WPML.

eg: Let i have a test page in English and french. Is there any way out so that in English i give sidebar template while same page in french don’t have sidebar template.

Read More

Note: Solution should not be any core condition to be put in code.

Thanks in advance.

Related posts

Leave a Reply

2 comments

  1. You can’t, unless you create your own “Page Attributes” meta box, and remove the default one.

    And since a post can only have one template assigned, you’ll need to create your own function that checks the page templates assigned to the current post and select the one which matches to the selected language (use a different meta key), then do your own template_redirect.