wpguy.com
Category Order | WordPress Guy
http://wpguy.com/plugins/category-order
Last week I was having a really hard time ordering the categories in this blog’s header as WordPress only seems to allow to order by name or by ID. That’s why I came up with the Category Order plugin. The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop. It doesn’t require a special widget or anything, just install and reorder. This plugin requires that you use at least WordPress 2.3, although it has only been tested on WordPress 2.5.1. I really need &...
wpguy.com
Category Order | WordPress Guy
http://wpguy.com/plugins/category-order/comment-page-7
Last week I was having a really hard time ordering the categories in this blog’s header as WordPress only seems to allow to order by name or by ID. That’s why I came up with the Category Order plugin. The Category Order plugin allows you to easily reorder your categories the way you want via drag and drop. It doesn’t require a special widget or anything, just install and reorder. This plugin requires that you use at least WordPress 2.3, although it has only been tested on WordPress 2.5.1. I really need &...
programming.thematic4you.com
How to test wp_nav_menu() with Thematic?
http://programming.thematic4you.com/2010/03/how-to-test-wp_nav_menu-with-thematic
Programming Thematic 4 You. Code Snippets and more …. How to display all widget areas for a test? How to install a Thematic Child Theme? How to test wp nav menu() with Thematic? March 24, 2010. During the last weeks some people asked, how to test WordPress 3.0 and wp nav menu() with Thematic. Here’s a first answer. First of all we need to register our new menu:. Register 'Primary Menu' register nav menus( array( 'primary-menu' = ( 'Primary Navigation' ), ) );. Php e('Skip to content', 'thematic');? How t...