Title: Missing custom post type
Last modified: August 21, 2016

---

# Missing custom post type

 *  Resolved [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/missing-custom-post-type/)
 * I’m using Intuitive Custom Post Order V2.1.0. For some reason it’s missing my
   slider custom post type as shown here: [https://cloudup.com/ifw9jLfl0KT](https://cloudup.com/ifw9jLfl0KT).
   I’m not able to sort the slider custom type. I’m using [Peddlar](http://www.woothemes.com/products/peddlar/)
   from WooThemes as a parent theme. The custom post type code looks pretty standard
   to me: [https://cloudup.com/cjFNR2yisXN](https://cloudup.com/cjFNR2yisXN). Any
   ideas how I can get the slider custom post type to show up with the Intuitive
   Custom Post Order plugin?
 * [https://wordpress.org/plugins/intuitive-custom-post-order/](https://wordpress.org/plugins/intuitive-custom-post-order/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [josespinal](https://wordpress.org/support/users/josespinal/)
 * (@josespinal)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/missing-custom-post-type/#post-5099354)
 * Hi Austin, did you get a solution for this?
 *  Thread Starter [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/missing-custom-post-type/#post-5099355)
 * I did not.
 *  [ArnaudBan](https://wordpress.org/support/users/arnaudban/)
 * (@arnaudban)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/missing-custom-post-type/#post-5099369)
 * Intuitive Custom Post Order only Works with custom post type that are public
 * Il you want to add au Custom Porst Type that is not public, like your ‘slide’
   CPT you can filter the option of the plugin this way :
 *     ```
       function prefix_add_cpt_to_hicpo_options( $option ){
   
           $option['objects'][] = 'slide';
   
           return $option;
       }
       add_filter( 'option_hicpo_options', 'prefix_add_cpt_to_hicpo_options');
       ```
   
 *  Thread Starter [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/missing-custom-post-type/#post-5099370)
 * That works, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

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

 * ![](https://ps.w.org/intuitive-custom-post-order/assets/icon-256x256.png?rev=
   1078797)
 * [Intuitive Custom Post Order](https://wordpress.org/plugins/intuitive-custom-post-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/intuitive-custom-post-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/intuitive-custom-post-order/)
 * [Active Topics](https://wordpress.org/support/plugin/intuitive-custom-post-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/intuitive-custom-post-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/intuitive-custom-post-order/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/missing-custom-post-type/#post-5099370)
 * Status: resolved