[Plugin: Simple Page Ordering] How do i enable this plugin for custom post types??
-
Hi,
How do i enable this plugin for custom post types, i am using this format
`register_post_type(‘vids’,
array(
‘label’ => __(‘Videos’),
‘singular_label’ => __(‘vids’),
‘public’ => true,
‘show_ui’ => true,
‘capability_type’ => ‘post’,
‘hierarchical’ => false,
‘rewrite’ => array( ‘slug’ => ‘all-videos’, ‘with_front’ => false ),
‘query_var’ => false,
‘supports’ => array(‘title’, ‘editor’, ‘author’, ‘thumbnail’, ‘custom-fields’),
‘taxonomies’ => array( ‘post_tag’, ‘category ‘),
));‘
if i enable the plugin it just shows me x from total custom post in the wp-admin. I don’t get the “plus sign” to drag and drop (with pages it seems to work)
regardshttps://www.ads-software.com/extend/plugins/simple-page-ordering/
- The topic ‘[Plugin: Simple Page Ordering] How do i enable this plugin for custom post types??’ is closed to new replies.