Jab - Article Categories
Tuesday, 1 February 2011
Organize your articles into useful categories. A place for everything and everything in its place!
Jab now supports article categories.
The article editor gets a new field where category names can be entered and there's a clickable list of existing categories:
The categories can be rendered with some simple theme changes:
The above is rendered using the following:
{if categories}
Filed under:
{foreach categories}
<a href="{url}">{name}</a>{if !loop.last}, {/if}
{/foreach}
{/if}
There's also some other changes associated with categories including updates to the RSS feed rendering and a page for managing categories (delete, rename, merge).
Leave a comment