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

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# Multiple Rich Editors

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

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

 * [Details](https://nl.wordpress.org/plugins/multiple-rich-editors/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/multiple-rich-editors/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/multiple-rich-editors/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/multiple-rich-editors/#developers)

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

## Beschrijving

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

## Installatie

 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’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!

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“Multiple Rich Editors” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

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

[Vertaal “Multiple Rich Editors” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/multiple-rich-editors)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/multiple-rich-editors/),
haal de [SVN repository](https://plugins.svn.wordpress.org/multiple-rich-editors/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/multiple-rich-editors/)
via [RSS](https://plugins.trac.wordpress.org/log/multiple-rich-editors/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release

## Meta

 *  Versie **1.0.0**
 *  Laatst geüpdatet **12 jaar geleden**
 *  Actieve installaties **10+**
 *  WordPress versie ** 3.8 of nieuwer **
 *  Getest t/m **3.7.41**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/multiple-rich-editors/)
 * Tags
 * [admin](https://nl.wordpress.org/plugins/tags/admin/)[editor](https://nl.wordpress.org/plugins/tags/editor/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/multiple-rich-editors/advanced/)

## Waarderingen

 5 van 5 sterren.

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

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

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

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](http://example.com/)