Title: WP Comment Notes
Author: Andrew Norcross
Published: <strong>सप्टेंबर 29, 2013</strong>
Last modified: सप्टेंबर 29, 2013

---

प्लगइन शोधा

![](https://ps.w.org/wp-comment-notes/assets/banner-772x250.png?rev=780009)

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](https://s.w.org/plugins/geopattern-icon/wp-comment-notes_e0e4e7.svg)

# WP Comment Notes

 [Andrew Norcross](https://profiles.wordpress.org/norcross/) कडून

[डाउनलोड करा](https://downloads.wordpress.org/plugin/wp-comment-notes.1.0.0.zip)

 * [तपशील](https://mr.wordpress.org/plugins/wp-comment-notes/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/wp-comment-notes/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/wp-comment-notes/#installation)
 * [डेव्हलोपमेंट](https://mr.wordpress.org/plugins/wp-comment-notes/#developers)

 [समर्थन](https://wordpress.org/support/plugin/wp-comment-notes/)

## वर्णन

Add custom notes before or after the comment form.

## स्क्रीनशॉट

 * [[
 * Example of metaboxes
 * [[
 * Example of display

## स्थापना

This section describes how to install the plugin and get it working.

 1. Upload `wp-comment-notes` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Add some text in the fields on a post
 4. That’s it.

## नेहमी विचारले जाणारे प्रश्न

  How does it work?

Activate the plugin and the metaboxes will appear for posts. Use the filter to add
more post type support.

  Does this work on my custom post type?

Not by default. Use the `wpcmn_type_support` filter to add it. Example below:

    ```
    function cmm_partial_types( $types ) {

        $types[] = 'MY_CUSTOM_POST_TYPE';

        return $types;
    }
    add_filter( 'wpcmn_type_support', 'cmm_partial_types' );
    ```

  Can I add more options to the message type dropdown?

Sure can. Use the `wpcmn_before_types` or `wpcmn_after_types` filters. Example:

    ```
    function cmm_more_before( $before_type ) {

        $extra = '';
        $extra .= '<option value="wild" '.selected( $before_type, 'wild', false ).'>'.__('Wild', 'wpcmn').'</option>';
        $extra .= '<option value="crazy" '.selected( $before_type, 'crazy', false ).'>'.__('Crazy', 'wpcmn').'</option>';

        return $extra;

    }
    add_filter( 'wpcmn_before_types', 'cmm_more_before' );
    ```

  I don’t like the CSS that comes with it

Then write your own. It’s a free country. If you _have_ to disable it, use the `
wpcmn_killswitch` filter. Example:

    ```
    function cmm_killswitch() {

        return true;

    }
    add_filter( 'wpcmn_killswitch', 'cmm_killswitch' );
    ```

  Where is the settings menu?

There isn’t one. On purpose.

  They don’t show up on my theme.

Then you’re using a theme / framework that has gone cowboy and done it their own
way. I can’t do anything about that.

## समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

## योगदानकर्ते आणि विकसक

“WP Comment Notes” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत
योगदान केले आहे.

योगदानकर्ते

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)
 *   [ Pippin Williamson ](https://profiles.wordpress.org/mordauk/)

[भाषांतर करा “WP Comment Notes” तुमच्या भाषेत.](https://translate.wordpress.org/projects/wp-plugins/wp-comment-notes)

### विकासातील आग्रह?

[कोड ब्राउझ करा](https://plugins.trac.wordpress.org/browser/wp-comment-notes/), 
[SVN संग्रहालय](https://plugins.svn.wordpress.org/wp-comment-notes/) तपासा, किंवा
[विकास लॉग](https://plugins.trac.wordpress.org/log/wp-comment-notes/) च्या [RSS](https://plugins.trac.wordpress.org/log/wp-comment-notes/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 1.0

 * First release!

## मेटा

 *  आवृत्ती **1.0.0**
 *  शेवटचा अद्यतन **13 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 3.0 किंवा मोठा **
 *  परीक्षित केले आहे **3.6.1**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/wp-comment-notes/)
 * टॅग्ज:
 * [comment](https://mr.wordpress.org/plugins/tags/comment/)[comment notes](https://mr.wordpress.org/plugins/tags/comment-notes/)
   [comments](https://mr.wordpress.org/plugins/tags/comments/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/wp-comment-notes/advanced/)

## मूल्यांकन

 5 पैकी ५ तारे.

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

[माझे समीक्षा जोडा](https://wordpress.org/support/plugin/wp-comment-notes/reviews/#new-post)

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/wp-comment-notes/reviews/)

## योगदानकर्ते

 *   [ Andrew Norcross ](https://profiles.wordpress.org/norcross/)
 *   [ Pippin Williamson ](https://profiles.wordpress.org/mordauk/)

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/wp-comment-notes/)

## देणगी

आपण हे प्लगइन पुरविण्यात समर्थन करू इच्छिता का?

 [ ह्या प्लगइनला देणगी द्या ](https://andrewnorcross.com/donate)