03 Oct

Posts by Subcategory

After a recent request i decided to package this code snippet i wrote for a friend into a plugin as there does not seem to be one to support this functionality in any of the WP plugins currently available.

The cause for using this plugin is if you have a number of post in various subcategories of a main parent category and you wish to show all posts (excerpt or content) for any given parent category, list under the subcategory headings IE:

Main Cat Page
- sub cat1 title
- post 1 content/excerpt
- post 2 content/excerpt
- post 3 content/excerpt
- post 4 content/excerpt
- post 5 content/excerpt
- sub cat2 title
- post 1 content/excerpt
- post 2 content/excerpt
- post 3 content/excerpt
- post 4 content/excerpt
- post 5 content/excerpt

etc etc.

All information and instructions contained within readme.txt and the plugin.php file
Some PHP knowledge and familiarity with THE LOOP is required to really customize the output of this plugin

Download: Posts By Subcategory v1.0

If you enjoyed this post, make sure you subscribe to my RSS feed!