Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Sort post categories in ascending order by default #8

Open
jeremy-jameson opened this issue Jan 31, 2012 · 0 comments
Open

Sort post categories in ascending order by default #8

jeremy-jameson opened this issue Jan 31, 2012 · 0 comments

Comments

@jeremy-jameson
Copy link

Suppose you create the following categories for a Subtext blog (in this order):

  1. Personal
  2. My System
  3. SharePoint
  4. Development
  5. Infrastructure

When displaying the categories, it is preferable to list them in the following order:

  1. Development
  2. Infrastructure
  3. My System
  4. Personal
  5. SharePoint

Add an "ORDER BY" clause to the subtext_GetCategory sproc to sort the list of categories alphabetically.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant