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)

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/wp-comment-notes/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/wp-comment-notes/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/wp-comment-notes/#installation)
 * [ડેવલપમેન્ટ](https://gu.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.

## એફએક્યુ (FAQ)

  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.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/), 
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/wp-comment-notes/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/wp-comment-notes/)
દ્વારા[આરઅસઅસ](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://gu.wordpress.org/plugins/tags/comment/)[comment notes](https://gu.wordpress.org/plugins/tags/comment-notes/)
   [comments](https://gu.wordpress.org/plugins/tags/comments/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/wp-comment-notes/advanced/)

## પૉઇન્ટ્સ

 5 out of 5 stars.

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