Title: Problem with custom post types [SOLVED]
Last modified: November 10, 2016

---

# Problem with custom post types [SOLVED]

 *  [onireon](https://wordpress.org/support/users/onireon/)
 * (@onireon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/problem-with-custom-post-types-solved/)
 * Hi everybody, today I was having some troubles with Simple Custom Post Order 
   Plugin and custom post types. In detail, in the WP install I was working on, 
   Simple Custom Post Order Plugin was not enabled for all of the existing custom
   post types, but it was enabled and fully operational for some of them.
 * I immediately noticed that the non-SCPO enabled post types were absent in the
   plugin settings page.
 * After a quick dive into code, I noticed that simply changing the following rows
   in the file plugins/simple-custom-post-order/settings.inc:
 *  $post_types = get_post_types(array(
    ‘show_ui’ => true, ‘show_in_menu’ => true,),‘
   objects’);
 * to:
 *  $post_types = get_post_types(array(
    ‘show_ui’ => true, //’show_in_menu’ => 
   true, ), ‘objects’);
 * did the trick!
 * After the modification, the previously missing custom post types do appear in
   the plugin setting backend page and after saving the settings everything seems
   to work fine!
 * I’m sharing this just hoping that it may somehow help someone!
 * Nerdy cheers.
 * The O.
    -  This topic was modified 9 years, 7 months ago by [onireon](https://wordpress.org/support/users/onireon/).

The topic ‘Problem with custom post types [SOLVED]’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [onireon](https://wordpress.org/support/users/onireon/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/problem-with-custom-post-types-solved/)
 * Status: not a support question