توضیحات
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’) );
}
نصب
- Download the zip file.
- Extract the zip file. you will now get a folder called EasyPostViewCounter
- Upload the folder to wp-content/plugins/
بررسیها
بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Sort posts by parent page in Dashboard” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Sort posts by parent page in Dashboard” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
تغییرات
Version 1.0
- First released version