વર્ણન
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/
સમીક્ષાઓ
There are no reviews for this plugin.
ફાળો આપનાર & ડેવલપર્સ
“Sort posts by parent page in Dashboard” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, એસવીએન રીપોઝીટરીમાંથી ચેકઆઉટ કરો, અથવા આરએસએસ દ્વારા ડેવલપમેન્ટ લોગમાં સબ્સ્ક્રાઇબ કરો.
ચેન્જલૉગ
Version 1.0
- First released version