该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Multilingual Template Hierarchy

描述

Enables theme developers using WPML to create type-slug.php templates in the default language.

Currently, with WPML, if you want to create a custom template for a page/category/post, you need to create such template in each language (e.g., page-english-slug.php, page-french-slug.php). With this plugin, you can create the template only for the default language (e.g., page-english-slug.php) and it will be used for all other languages.

Version 1.0.0 supports translated page, category and tag slugs.

安装

  1. Upload the entire multilingual-template-hierarchy folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the \’Plugins\’ menu in WordPress.

评价

阅读所有1条评价

贡献者及开发者

「Multilingual Template Hierarchy」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.1

  • release date: January 20th 2016
  • global $post is no longer overriden (does not play well with other plugins).

1.0.0

  • release date: October 1st 2015
  • Initial release