[wp-trac] [WordPress Trac] #18352: Quick Edit / page-attributes for non-hierarchical custom post type
WordPress Trac
wp-trac at lists.automattic.com
Mon Aug 8 09:53:52 UTC 2011
#18352: Quick Edit / page-attributes for non-hierarchical custom post type
----------------------------+-----------------------------
Reporter: s1m0nd | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.2.1
Severity: normal | Keywords:
----------------------------+-----------------------------
I want to use Page Order to enable users to alter the display order for a
custom post type; but I don't want parent/child relationships between the
posts. I'm registering the post type (broadly) as follows:
{{{
register_post_type('feature',array(
'label' => 'Features',
'show_ui' => true,
'hierarchical' => false,
'supports' => array('title','excerpt','page-attributes'),
));
}}}
'Order' appears under 'Attributes' on the main edit screen, as it should;
but doesn't then appear as a Quick Edit option.
If I change 'hierarchical' to true, I see 'Parent' and 'Order' on the main
Edit screen, which makes sense. But in Quick Edit, I see 'Parent', 'Order'
and now additionally, 'Template'.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18352>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list