Title: Multilingual post
Author: imluke
Published: <strong>23 de Julio de  2007</strong>
Last modified: 18 de Diciembre de  2007

---

Buscar plugins

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/multilingual-posts.svg)

# Multilingual post

 Por [imluke](https://profiles.wordpress.org/imluke/)

[Descargar](https://downloads.wordpress.org/plugin/multilingual-posts.0.2.zip)

 * [Detalles](https://cl.wordpress.org/plugins/multilingual-posts/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/multilingual-posts/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/multilingual-posts/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/multilingual-posts/#developers)

 [Soporte](https://wordpress.org/support/plugin/multilingual-posts/)

## Descripción

If you can write your posts in 2 or more(Woo…) languages within one blog, you might
want to tell the client browser the language attribute of you posts.

According to [the tutorial on W3C](http://www.w3.org/International/tutorials/language-decl/en/all.html),
language attribute can be declared in the container html tag of your post like this:

<div id=”post_id” class=”post_entry” lang=”zh-Hant” xml:lang=”zh-Hant” dir=”ttb”
>… Here “zh-Hans” is the language attribute of your post which means it’s written
in Simplified Chinese.

This plugin gives your post a language tag by adding a meta deta to that post.

To add language tag, select it from the language box when you compose/edit a post.
Select “None” will delete the language tag.

### Revisions

2007-12-18,
 0.2: Now you can difine language direction. Insert CSS style into page
head automatically to support pretty printing.

 readme file updated for new feature and fixed a error

2007-07-23
 0.1: First release

## Instalación

To use this plugin, you have to upload the plugin file, active it and edit your 
theme.

 1. First upload the folder “multilingual-posts” to plugin folder
 2. Open file “languages.php” and select languages that might be used.
     Simply uncomment
    the row that contains language you will use.
 3. if you need to specify language directions, define it in the bottom of “languages.
    php”
 4. Edit your wordpress theme.
      In the loop(inside a while(have_posts()) loop), find
    the top html container which is normally a div block and add a function call before
    the “>” mark: <?php /* Support for multilingual posts plugin_/ if(function\_exists(‘
    theLangTag’)) theLangTag($post->ID);?> It should look like this(wp2.2 default theme):
    <div class=”post” id=”post-<?php the\_ID(); ?>” <?php / Support for multilingual
    posts plugin*/ if(function_exists(‘theLangTag’)) theLangTag($post->ID);?> >
 5. activate this plugin in wordpress admin panel

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Multilingual post” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ imluke ](https://profiles.wordpress.org/imluke/)

[Traduce “Multilingual post” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/multilingual-posts)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/multilingual-posts/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/multilingual-posts/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/multilingual-posts/)
por [RSS](https://plugins.trac.wordpress.org/log/multilingual-posts/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **0.2**
 *  Última actualización **hace 18 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 2.0 o superior **
 *  Probado hasta **2.4**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/multilingual-posts/)
 * Etiquetas
 * [language](https://cl.wordpress.org/plugins/tags/language/)[post](https://cl.wordpress.org/plugins/tags/post/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/multilingual-posts/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Your review](https://wordpress.org/support/plugin/multilingual-posts/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/multilingual-posts/reviews/)

## Colaboradores

 *   [ imluke ](https://profiles.wordpress.org/imluke/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/multilingual-posts/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](http://www.imluke.com/)