List latests N article titles from all or top level only categories and group them in category boxes organized in two columns…..
Download
Version – 0.0.14
Description:
Posts per Cat is a simple plugin that get all categories from database, then list last N posts from all category in boxes organised in two columns.
Features
- you can choose two columns per row, or only one (full width)
- configurable number of post titles to display per category
- include or exclude child categories
- ordering boxes by category ID or title
- toggle displaying excerpt for first post in list per category
- toggle displaying sticky posts
- toggle usage of custom list CSS StyleSheet
- category boxes organised in two columns
- SEO optimized permalink URI’s
- translantable
- produces XHTML 1.1 valid code
- published under terms of GNU GPLv3
Author:
Urkekg
Installation:
Manual
- Upload the entire
posts-per-cat
folder to the/wp-content/plugins/
directory. - Activate the plugin through the
Plugins
menu in WordPress. - Configure
Posts per Cat
options. - Insert
<?php do_action("ppc"); ?>
in your template files (for example in index.php after pagination code)
Automatic
- Go to
Plugins
?Add New
and search forposts per cat
. - Click on
Install Now
link bellowPosts per Cat
search result and aswerYes
on popup question. - If you need enter FTP parameters for your host and click on
Proceed
. - Activate the plugin through the
Plugins
menu in WordPress. - Configure
Posts per Cat
options. - Insert
<?php do_action("ppc"); ?>
in your template files (for example in index.php after pagination code)
Screenshots:
Posts per Cat Settings menu
Posts per Cat Settings page
Posts per Cat plugin with two columns per row (default)
Posts per Cat plugin with one column per row (full width)