[49] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>Categories</title> |
---|
| 4 | </head> |
---|
| 5 | |
---|
| 6 | <body> |
---|
| 7 | <h3>Categories list</h3> |
---|
| 8 | <dl> |
---|
| 9 | <dt>Create a new category</dt> |
---|
| 10 | <dd>Choose the name you wish to use for your new category |
---|
[58] | 11 | then click on Save to validate its creation. you may leave it at the first level or choose its parent. |
---|
| 12 | To modify your category, click on its name in the list.</dd> |
---|
[49] | 13 | |
---|
| 14 | <dt>Delete a category</dt> |
---|
| 15 | <dd>Choose the category you wish to delete in the selection menu and click ok. |
---|
| 16 | A category can be deleted only if it contains no posts.</dd> |
---|
| 17 | |
---|
| 18 | <dt>Reorder categories</dt> |
---|
| 19 | <dd>Use this option to place all categories at the same level. |
---|
| 20 | If you wish to reorder a category respectively to other categories, |
---|
| 21 | click on its name and choose its parent and its position respectively to its siblings.</dd> |
---|
| 22 | </dl> |
---|
| 23 | |
---|
| 24 | <h3>Modifying a category</h3> |
---|
| 25 | <dl> |
---|
| 26 | <dt>Title</dt> |
---|
| 27 | <dd>Choose the name you wish to give to your category |
---|
| 28 | the click on Save to validate.</dd> |
---|
| 29 | |
---|
| 30 | <dt>URL</dt> |
---|
| 31 | <dd>DotClear creates a default url for the category, making it reachable |
---|
| 32 | with a path similar to this one : |
---|
| 33 | <strong>http://monblog.tld/category/My-category</strong>. You can click |
---|
| 34 | on the small lock on the right to modify it according to your needs.</dd> |
---|
| 35 | |
---|
| 36 | <dt>Description</dt> |
---|
| 37 | <dd>What's inside the description field will be shown when selecting |
---|
| 38 | one of the blog's categories. You can fill it with any kind of content |
---|
| 39 | (paragraphs, lists, etc.) The format used for this field is HTML.</dd> |
---|
| 40 | |
---|
| 41 | <dt>Move this category</dt> |
---|
| 42 | <dd>You can move the category as a child of any other by choosing its parent. |
---|
| 43 | You can also specify the category position respectively to its siblings by placing it before or after any of them.</dd> |
---|
| 44 | </dl> |
---|
| 45 | |
---|
| 46 | </body> |
---|
[58] | 47 | </html> |
---|