xili-language lets you create and manage multilingual WP site in several languages with yours or most famous localizable themes. Ready for CMS design.
READ CAREFULLY ALL THE README AND PREREQUISITES
See also wiki.
xili-language.php and language files to the /wp-content/plugins/ directory,_e('the term','mytheme') and no text hardcoded - and contains .mo and .po files for each target language - (application poEdit and/or plugin xili-dictionary can be used)language_attributes() template_tag).To change the language of the frontpage according to the language of the visitor's browser, check the popup in right small box in settings. To change the default language of a new post according to the language of the author's browser, check the popup in right small box in settings.
Three widgets are created to enrich sidebar : list of languages, recent posts and recent comments with sub-selection according current language.
Shortcode to add a link to other language inside content of a post like
[linkpost lang="fr_FR"]
is available in a library in complement to xili-language.
The most current template tags don't need special work: wp_list_categories(), wp_title(),...
wp_get_archives
Possible that very special permalinks need to use hook named xiliml_get_archives_link. -
Sub selection of archives for wp_get_archives() with &lang= (see § below)
wp_list_pages()
with optional query tag &lang=
xili_language_list()
xiliml_the_category()
improved xiliml_the_others_posts() function and theme tag to be used in multilingual category loop and by option (array) to return an array of linked posts in other languages (useful for CMS webmasters) (array of lang and id ) - the id is easily transformable in permalink with function get_permalink() when using this array.
xiliml_recent_comments() is also available if you want to create a template tag with resulting objects array).Archives tags is a very complex template tag in his background and not very easy source hookable. So we decided to add few features : by adding query in vars of the function, it will be possible to display a monthly list of archives for a selected language - wp_get_archives('..your.vars..&lang=fr_fr') - or the current the theme language - wp_get_archives('..your.vars..&lang=') -. The displayed list of links will be translated and link restrited to display only archives of this language.
Requires: 3.4.2 or higher
Compatible up to: 3.6
Last Updated: 2013-5-13
Downloads: 89,311
1 of 3 support threads in the last two months have been resolved.
Got something to say? Need help?