equal
deleted
inserted
replaced
|
1 === Category Order === |
|
2 Contributors: wp_guy |
|
3 Donate link: http://wpguy.com/plugins/category-order |
|
4 Tags: category, categories, order, reorder |
|
5 Requires at least: 2.3 |
|
6 Tested up to: 2.5.1 |
|
7 Stable tag: trunk |
|
8 |
|
9 == Description == |
|
10 |
|
11 The Order Categories plugin allows you to easily reorder your categories the way you want via drag and drop. |
|
12 |
|
13 == Installation == |
|
14 |
|
15 To install the plugin just follow these simple steps: |
|
16 |
|
17 1. Download the plugin and expand it. |
|
18 2. Copy the 'order-categories.php' file into your plugins folder (wp-content/plugins/). |
|
19 3. Login into the WordPress administration area and go to the Plugins page. |
|
20 4. Locate the Order Categories plugin and click on the activate link |
|
21 5. That's it, now you can go to Manage > Order Categories and reorder the categories the way you want. |
|
22 6. If you use wp_list_categories(), make sure you don't specify an order (e.g. wp_list_categories('orderby=count');). |
|
23 |
|
24 == Frequently Asked Questions == |
|
25 |
|
26 = Does this plugin require me to overwrite WordPress core files? = |
|
27 |
|
28 No, there is nothing more you have to do except uploading and activating the plugin. |
|
29 |
|
30 = Does this plugin allow me to reorder subcategories as well? = |
|
31 |
|
32 Yes it does. You'll see a 'more >' link next to the categories that have subcategories. Click on that link and you'll be able to reorder those subcategories. |
|
33 |
|
34 = The Category Order panel seems to work fine but my categories are not reordered on my blog. What's going on? = |
|
35 |
|
36 Make sure you're not specifying an order in wp_list_categories() (e.g. wp_list_categories('orderby=count');) |