विवरण
Choose from which category and how many posts you want to show, as is shown
name and picture of the contents of this publication.
How to use
- From the Administration -> settings go to post manager options enter data, generate code copy and paste the desired place in post
- FlexoPostManager::category_post($_args); where $ _args is an array of type
$args = array(
‘category’ => ‘pictures’,
‘count’ => 5,
‘h_num’ => 3,
‘master_class’ => ‘post-preview’,
‘return’ => false,
‘title_first’ => true,
‘template_func’ => ‘format_post_as_picture’,
‘order_by_postmeta’ => array(
‘key’ => ‘fb_score’,
‘order’ => ‘DESC’
),
);
you can put this wherever you want in header, in sidebar …..
स्क्रिनसटहरू
स्थापना
- Download.
- Unzip.
- Upload to the plugins directory.
- Activate the plugin.
- Have a nice work.
प्रश्नोत्तर
–
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“flexo-posts-manager” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“flexo-posts-manager” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
–