Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Multilingual Template Hierarchy

Beschrijving

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.

Installatie

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

Beoordelingen

Lees 1 beoordeling

Bijdragers & ontwikkelaars

“Multilingual Template Hierarchy” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Multilingual Template Hierarchy” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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