Description
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 …..
Screenshots
Installation
- Download.
- Unzip.
- Upload to the plugins directory.
- Activate the plugin.
- Have a nice work.
FAQ
–
Reviews
There are no reviews for this plugin.
Contributors & Developers
“flexo-posts-manager” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “flexo-posts-manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
–