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:

jabCategoryEntry.png

The categories can be rendered with some simple theme changes:

jabCategoryRendering.png

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).

« MarkdownDeep Editor Improvements Jab - Archive Page »

Leave a comment

Name (required)
Email (required, not shown, for gravatar)
Website (optional)
Your Message
Leave these blank: