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

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# Multiple Rich Editors

 [nickohrn](https://profiles.wordpress.org/nickohrn/) tarafından

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

 * [Detaylar](https://tr.wordpress.org/plugins/multiple-rich-editors/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/multiple-rich-editors/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/multiple-rich-editors/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/multiple-rich-editors/#developers)

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

## Açıklama

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

## Yükleme

 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

## SSS

  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!

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Multiple Rich Editors” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye
katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“Multiple Rich Editors” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/multiple-rich-editors)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/multiple-rich-editors/),
[SVN deposuna](https://plugins.svn.wordpress.org/multiple-rich-editors/) göz atın
ya da [RSS](https://plugins.trac.wordpress.org/log/multiple-rich-editors/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/multiple-rich-editors/)
abone olun.

## Değişiklik Kaydı

#### 1.0.0

 * Initial release

## Meta

 *  Sürüm **1.0.0**
 *  Son güncelleme **12 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 3.8 veya üstü **
 *  Test edilen sürüm **3.7.41**
 *  Dil
 * [English (US)](https://wordpress.org/plugins/multiple-rich-editors/)
 * Etiketler
 * [admin](https://tr.wordpress.org/plugins/tags/admin/)[editor](https://tr.wordpress.org/plugins/tags/editor/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/multiple-rich-editors/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

 *  [  1 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/?filter=1)

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/multiple-rich-editors/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/multiple-rich-editors/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](http://example.com/)