This is a useful little code snippet that enables you to show a list of subcategories and their descriptions within your template files. It’s most useful when creating custom wordpress templates for specific categories. Read the rest of this entry »
Articles relating to wordpress development including any plugins or code that I have developed and released to the community
Display Posts in WordPress Grouped by Subcategory
This is a template script that replaces the standard wordpress loop. It creates a display of the content in each post within a category grouped by sub category.
The output is in the form of an unordered list for each sub category with the posts being placed in ‘post’ and ‘entry’ <div> tags much like in the standard loop output.

