Title: Adding to custom post
Last modified: August 20, 2016

---

# Adding to custom post

 *  [mac2net](https://wordpress.org/support/users/mac2net/)
 * (@mac2net)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-to-custom-post/)
 * Hi Frank
    Can I use the code below in your plugin to add the functionality to
   a custom post?
 *     ```
       add_meta_box('textcontroldiv',__('Text Control', 'textcontrol'),'tc_inside_the_textcontrol_box','my_custom_post','advanced');
       ```
   
 * Or perhaps it would be better to add somewhere else code that would replace the
   function tc_add_custom_box?
    In the theme’s functions.php?
 * Thanks
    Mike
 * [http://wordpress.org/extend/plugins/text-control-2/](http://wordpress.org/extend/plugins/text-control-2/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/adding-to-custom-post/#post-3629637)
 * Currently is the plugin not ready for CPT, but you can enhance this with your
   custom code. Maybe I will release a new version with a option for custom post
   type.
 * Use a custom plugin, not the functions.php of the theme – is not fine, but it
   works.

Viewing 1 replies (of 1 total)

The topic ‘Adding to custom post’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/text-control-2.svg)
 * [Text Control](https://wordpress.org/plugins/text-control-2/)
 * [Support Threads](https://wordpress.org/support/plugin/text-control-2/)
 * [Active Topics](https://wordpress.org/support/plugin/text-control-2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/text-control-2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/text-control-2/reviews/)

## Tags

 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [markup](https://wordpress.org/support/topic-tag/markup/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * 1 reply
 * 2 participants
 * Last reply from: [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/adding-to-custom-post/#post-3629637)
 * Status: not resolved