Title: Multiple Rich Editors
Author: nickohrn
Published: <strong>مارچ 4, 2014</strong>
Last modified: مارچ 4, 2014

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

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

# Multiple Rich Editors

 منجانب [nickohrn](https://profiles.wordpress.org/nickohrn/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/multiple-rich-editors.1.0.0.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/multiple-rich-editors/#description)
 * [جائزے](https://ur.wordpress.org/plugins/multiple-rich-editors/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/multiple-rich-editors/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/multiple-rich-editors/#developers)

 [معاونت](https://wordpress.org/support/plugin/multiple-rich-editors/)

## تفصیل

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

## انسٹالیشن

 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

## عمومی سوالات

  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!

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Multiple Rich Editors” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں
حصہ لیا:

شراکت دار

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

[“Multiple Rich Editors” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/multiple-rich-editors)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/multiple-rich-editors/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/multiple-rich-editors/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/multiple-rich-editors/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/multiple-rich-editors/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0.0

 * Initial release

## میٹا

 *  Version **1.0.0**
 *  Last updated **12 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.8 یا اس سے جدید **
 *  Tested up to **3.7.41**
 *  Language
 * [English (US)](https://wordpress.org/plugins/multiple-rich-editors/)
 * Tags
 * [admin](https://ur.wordpress.org/plugins/tags/admin/)[editor](https://ur.wordpress.org/plugins/tags/editor/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/multiple-rich-editors/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

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

## شراکت دار

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

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/multiple-rich-editors/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://example.com/)