1 | <html> |
---|
2 | <head> |
---|
3 | <title>Simple menu</title> |
---|
4 | </head> |
---|
5 | |
---|
6 | <body> |
---|
7 | |
---|
8 | <h4>Simple menu</h4> |
---|
9 | <p>Simple menu allows you to display a single level menu on your blog if |
---|
10 | your theme supports it.</p> |
---|
11 | <dl> |
---|
12 | <dt>Menu items list</dt> |
---|
13 | <dd>Here are displayed your menu items.<br /> |
---|
14 | You can reorder this list by dragging its items up and down.<br /> |
---|
15 | You can also modify the label, description and URL of each item.<br /> |
---|
16 | Once done, click on <strong>Update menu</strong>.</dd> |
---|
17 | |
---|
18 | <dt>Delete selected menu items</dt> |
---|
19 | <dd>Allows you to delete menu items by checking the boxes next to each of them.</dd> |
---|
20 | |
---|
21 | <dt>Add a new menu item</dt> |
---|
22 | <dd>First select the type of item. Then click on <strong>Continue…</strong>. Then, if |
---|
23 | necessary, you may have to define a sub-type (category, page, etc.). If so, |
---|
24 | do it and click on <strong>Continue…</strong>. Then finally you can modify proposals done for |
---|
25 | label, description (not mandatory) and URL of the menu item. |
---|
26 | Once done, click on <strong>Add this item</strong>.</dd> |
---|
27 | <dd> |
---|
28 | <ul> |
---|
29 | <li><strong>Label:</strong> The anchor text. For example |
---|
30 | "Archives". This field is mandatory.</li> |
---|
31 | <li><strong>Description:</strong> A short description for the menu |
---|
32 | item (will be displayed under the label depending on the selected theme). For example: |
---|
33 | "Archives from 2004 to 2011".</li> |
---|
34 | <li><strong>URL:</strong> The item URL. This field is |
---|
35 | mandatory.</li> |
---|
36 | <li><strong>Open URL on a new tab:</strong> Check if this link should be opened in a new tab or a new window.</li> |
---|
37 | </ul> |
---|
38 | </dd> |
---|
39 | |
---|
40 | </dl> |
---|
41 | </body> |
---|
42 | </html> |
---|