Title: Custom Post Type &#8211; capability_type
Last modified: August 21, 2016

---

# Custom Post Type – capability_type

 *  [Shmoo](https://wordpress.org/support/users/macpresss/)
 * (@macpresss)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-capability_type/)
 * A question,
 * The **capability_type** feature of a Post Type can be set to ‘post’ or ‘page’.
 * If I understand this correctly Pages can’t have Tags or Category taxonomies assigned
   to them but Posts can.
 * What to do if you would like to hook into a Post Type created by some other plugin
   developer?
    I see this plugin developer has used:
 *     ```
       'capability_type'    => 'page',
       ```
   
 * And I already have coded my taxonomy (cats) that hooks into his Post Type. Everything
   works tho, the categories can be created and I can show them front-end but there
   is just one single problem I can’t delete/remove the created categories because
   there is no menu-item showing up where you can edit/add or remove categories.
 * What to do ?
 * I’ve study his code and I see this:
 *     ```
       register_post_type( 'mycred_badge', apply_filters( 'mycred_register_badge', $args ) );
       ```
   
 * If i’m not mistaken I can use that apply_filter ‘mycred_register_badge’ function
   to change the default page capability_type to a post capability_type but I’m 
   afraid it will break everything because I already have created content in this
   Post Type when the capability_type was set to page.
 * Can somebody give me advise?

Viewing 1 replies (of 1 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-capability_type/#post-5147840)
 * See if the [Add Tags and Category To Page and Post Types](http://wordpress.org/plugins/add-tags-and-category-to-page/)
   plugin will work for you.

Viewing 1 replies (of 1 total)

The topic ‘Custom Post Type – capability_type’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/custom-post-type-capability_type/#post-5147840)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
