Sort Posts By Parent Page In Dashboard Wordpress Plugin - Rating, Reviews, Demo & Download

Sort Dashboard Posts/pages By Parent Preview Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Add ability to sort custom posts/pages using its parent page.
You can enter desired post-types in options page, or also, use filter function:

add_filter(‘parented_posts_filter’, ‘myF’,10,1);
function myF($post_types=array()){
return array_merge($post_types, array(‘my_post_type’) );
}

Screenshots

No screenshots provided


Reviews & Comments