Title: Mod To Plugin
Last modified: August 31, 2016

---

# Mod To Plugin

 *  Resolved [LeodanEvolution](https://wordpress.org/support/users/leodanevolution/)
 * (@leodanevolution)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mod-to-plugin/)
 * Great Plugin – Found it really, really useful (or my clients will). I would like
   to suggest a feature inclusion, to be able to change the description of a custom
   post – this makes it really hand for clients to edit the options on their archive
   pages where I include a description taken from the ‘description’ label from the
   custom post setup. I’ve even included the code I used to adapt it:
 *     ```
       $labels['description']['name'] = __( 'Post Type Description:', 'cpt-editor' );
       $labels['description']['description'] = __('The text used to describe the post type.', 'cpt-editor' );
       ```
   
 * I simply slotted it under the other $labels parts on the main file.
 * Thanks
 * [https://wordpress.org/plugins/cpt-editor/](https://wordpress.org/plugins/cpt-editor/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [James Collins](https://wordpress.org/support/users/jamescollins/)
 * (@jamescollins)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mod-to-plugin/#post-7322976)
 * Hi LeodanEvolution, thank you for the suggestion!
 * I’ve just released version 1.3 of the Custom Post Type Editor plugin, which includes
   the ability to edit a Custom Post Type’s description.
 * So feel free to upgrade to the latest version 🙂
 * If you have the time, it would be appreciated if you could also please leave 
   a plugin review here: [https://wordpress.org/support/view/plugin-reviews/cpt-editor](https://wordpress.org/support/view/plugin-reviews/cpt-editor)
 * James

Viewing 1 replies (of 1 total)

The topic ‘Mod To Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-editor.svg)
 * [Custom Post Type Editor](https://wordpress.org/plugins/cpt-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-editor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [James Collins](https://wordpress.org/support/users/jamescollins/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/mod-to-plugin/#post-7322976)
 * Status: resolved