Descrizione
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’) );
}
Installazione
- Download the zip file.
- Extract the zip file. you will now get a folder called EasyPostViewCounter
- Upload the folder to wp-content/plugins/
Recensioni
Non ci sono revisioni per questo plugin.
Contributi e sviluppo
“Sort posts by parent page in Dashboard” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Sort posts by parent page in Dashboard” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.
Changelog (registro delle modifiche)
Version 1.0
- First released version