Title: Multiple Rich Editors
Author: nickohrn
Published: <strong>4 de Marzo, 2014</strong>
Last modified: 4 de Marzo, 2014

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://s.w.org/plugins/geopattern-icon/multiple-rich-editors.svg)

# Multiple Rich Editors

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

[Descargar](https://downloads.wordpress.org/plugin/multiple-rich-editors.1.0.0.zip)

 * [Detalles](https://gl.wordpress.org/plugins/multiple-rich-editors/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/multiple-rich-editors/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/multiple-rich-editors/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/multiple-rich-editors/#developers)

 [Soporte](https://wordpress.org/support/plugin/multiple-rich-editors/)

## Descrición

This plugin allows developers to easily register addition rich editors and retrieve/
display the content entered within.

## Instalación

 1. Upload `multiple-rich-editors` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Register new rich editors using add_theme_support and use the provided template
    tags to retrieve and display the data you need

## Preguntas frecuentes

  How do I add a rich editor?

Easy! In your theme’s functions.php file, add the following code:

    ```
    function register_rich_editors() {
        add_theme_support('multiple-rich-editors', array(
            'additional-editor' => array(
                'label' => __('Additional Editor'),
                'post_types' => array('post'),
                'wp_editor' => array('media_buttons' => true),
            ),
            'additional-editor-2' => array(
                'label' => __('Additional Editor 2'),
                'post_types' => array('post', 'page'),
                'wp_editor' => array('media_buttons' => false),
            ),
        ));
    }
    add_action('after_setup_theme', 'register_rich_editors');
    ```

Feel free to provide whatever values you need.

  How do I know what I should provide when registering a rich editor?

Easy! Just take a look at the `/lib/template-tags.php` – there are detailed
 instructions
in there on how to register editors and use the template tags to get the data you
need.

  My content loses the paragraphs that are specified in the editor. What do I do?

Multiple Rich Editors doesn’t apply the default WordPress content filters on its
content by default. However, there is a code snippet in `/lib/template-tags.php`
that explains how to do this. Follow the directions there and you should be good
to go!

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Multiple Rich Editors” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

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

[Traduce “Multiple Rich Editors” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/multiple-rich-editors)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/multiple-rich-editors/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/multiple-rich-editors/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/multiple-rich-editors/)
por [RSS](https://plugins.trac.wordpress.org/log/multiple-rich-editors/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.0.0

 * Initial release

## Meta

 *  Versión **1.0.0**
 *  Última actualización **Fai 12 anos**
 *  Instalacións activas **10+**
 *  Versión de WordPress ** 3.8 ou superior **
 *  Probado ata **3.7.41**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/multiple-rich-editors/)
 * Etiquetas
 * [admin](https://gl.wordpress.org/plugins/tags/admin/)[editor](https://gl.wordpress.org/plugins/tags/editor/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/multiple-rich-editors/advanced/)

## Valoracións

 5 de 5 estrelas

 *  [  1 valoración de 5 estrelas     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/multiple-rich-editors/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](http://example.com/)