Title: Multiple Rich Editors
Author: nickohrn
Published: <strong>Ẹrẹ́nà 4, 2014</strong>
Last modified: Ẹrẹ́nà 4, 2014

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# Multiple Rich Editors

 Láti ọwọ́ [nickohrn](https://profiles.wordpress.org/nickohrn/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/multiple-rich-editors.1.0.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/multiple-rich-editors/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/multiple-rich-editors/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/multiple-rich-editors/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/multiple-rich-editors/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/multiple-rich-editors/)

## Àpèjúwe

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

## Ìgbéwọlẹ̀

 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

## FAQ

  How do I add a rich editor?

Easy! In your themeÌtumọ̀ Yorùbá: ’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` Ìtumọ̀ Yorùbá: – 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Ìtumọ̀ Yorùbá: ’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!

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Multiple Rich Editors” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti
ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “Multiple Rich Editors” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/multiple-rich-editors)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/multiple-rich-editors/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/multiple-rich-editors/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/multiple-rich-editors/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/multiple-rich-editors/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.0.0

 * Initial release

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.0.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 12 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 3.8 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **3.7.41**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/multiple-rich-editors/)
 * Àwọn àmì
 * [admin](https://yor.wordpress.org/plugins/tags/admin/)[editor](https://yor.wordpress.org/plugins/tags/editor/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/multiple-rich-editors/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=1)

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

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

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/multiple-rich-editors/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](http://example.com/)