Title: Post Attributs missing
Last modified: October 3, 2017

---

# Post Attributs missing

 *  Resolved [denmo21](https://wordpress.org/support/users/denmo21/)
 * (@denmo21)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/post-attributs-missing/)
 * Hello,
    i just installed the Plugin unfortunately afterwards the options for 
   the Attributes like “Parent” template and order are missing and all other options
   from my Theme like custom fields etc. This only applies to the Posts not to the
   Pages
 * What can i do please?

Viewing 1 replies (of 1 total)

 *  [zenopopovici-1](https://wordpress.org/support/users/zenopopovici-1/)
 * (@zenopopovici-1)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/post-attributs-missing/#post-9552261)
 * Posts are not hierarchical by default so you cannot have a “Parent” for default
   posts.
    Also to enable order for posts you have to do something like this:
 * add_action( ‘admin_init’, ‘posts_order_wpse_91866’ );
 * function posts_order_wpse_91866()
    { add_post_type_support( ‘post’, ‘page-attributes’);}
 * This is not a support forum for wordpress. Please address these questions to 
   stackoverflow or wordpress forums.
 * This plugin doesn’t disable anything on default posts. It only creates custom
   posts.

Viewing 1 replies (of 1 total)

The topic ‘Post Attributs missing’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [zenopopovici-1](https://wordpress.org/support/users/zenopopovici-1/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/post-attributs-missing/#post-9552261)
 * Status: resolved