這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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