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’) );
}
Installation
- Download the zip file.
- Extract the zip file. you will now get a folder called EasyPostViewCounter
- Upload the folder to wp-content/plugins/
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Sort posts by parent page in Dashboard” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Sort posts by parent page in Dashboard” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version 1.0
- First released version