Forums

Join
bbPress Support ForumsThemesAlphabetize Forums

Info

Alphabetize Forums

  1. Would anyone know of a way to alphabetize the list of forums on the front page?

  2. Drag them into order in the admin area. :)

  3. Anyone else? I'm looking for something a bit more automatic.

  4. @clicknathan; you got a message from the man himself. Unless you have a thousand forum titles, I'd think drag-drop in Admin is easy enough..?

  5. See [2133]

    Running the latest trunk you need this to start your forum loops...

    <?php if ( bb_forums( array( 'order_by' => 'forum_name' ) ) ) : ?>
    ...
    <?php endif; ?>
  6. You must log in to post.