Title: Multiple Rich Editors
Author: nickohrn
Published: <strong>4 Tháng 3, 2014</strong>
Last modified: 4 Tháng 3, 2014

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# Multiple Rich Editors

 Bởi [nickohrn](https://profiles.wordpress.org/nickohrn/)

[Tải về](https://downloads.wordpress.org/plugin/multiple-rich-editors.1.0.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/multiple-rich-editors/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/multiple-rich-editors/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/multiple-rich-editors/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/multiple-rich-editors/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/multiple-rich-editors/)

## Mô tả

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

## Cài đặt

 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

## Hỏi đáp

  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!

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Multiple Rich Editors” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “Multiple Rich Editors” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/multiple-rich-editors)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/multiple-rich-editors/),
check out [SVN repository](https://plugins.svn.wordpress.org/multiple-rich-editors/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/multiple-rich-editors/)
qua [RSS](https://plugins.trac.wordpress.org/log/multiple-rich-editors/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.0.0

 * Initial release

## Meta

 *  Phiên bản **1.0.0**
 *  Cập nhật lần cuối **12 năm trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 3.8 hoặc cao hơn **
 *  Đã kiểm tra lên đến **3.7.41**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/multiple-rich-editors/)
 * Thẻ
 * [admin](https://vi.wordpress.org/plugins/tags/admin/)[editor](https://vi.wordpress.org/plugins/tags/editor/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/multiple-rich-editors/advanced/)

## Đánh giá

 5 trên 5 sao.

 *  [  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)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/multiple-rich-editors/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](http://example.com/)