Your WordPress install has a navigaton menu feature. You can either use the feature or use navigation menu feature.
| Menu handler | THEME_NICENAME.' Menu',1=>'WordPress Nav Menu'); itx_form_radios($toshow, 'menu[wp_menu]', $wp_menu,false); ?> |
|---|
If you choose WordPress Nav Menu, please set them here. Please note that there are 2 navigation position: top and primary. If you do nothing with the Wordpress Nav Menus, the menus automatically fallback to Menu.
| Home link |
to change the name of the home link in navigation menu. Set it empty if you don't wan't Home Link to appear in your top navigation. |
|---|---|
| Top Menu Alignment | "Left",'right'=>'Right'); itx_form_radios($toshow, 'menu[top_align]', $top_align,false); ?> Please becareful that right aligned top navigation sometimes hide the submenu in the right of visible area. But you can compensate it using the margin option below. The right aligned top menu is best for Menu Depth = 1 (No Submenu) or Menu Depth= 2 (One Level Submenu). |
| Margin right and left |
px Set the margin so the top menu displayed nicely. Very useful to prevent the submenu to overflow the right edge of the screen. |
| Background Color |
Tip: You can use something like #fff, #652789, black, green, etc. |
| What to show in Top Menu | "Don't show menu",'cat'=>'Categories','page'=>'Pages','cp'=>'Categories and Pages','pc'=>'Pages and Categories'); itx_form_radios($toshow, 'menu[top_show]', $top_show,false); ?> |
| Menu Depth |
0 means unlimited |
| Home link | to change the name of the home link in navigation menu. Set it empty if you don't wan't Home Link to appear in your menu. |
|---|---|
| What to show in Primary Menu | "Don't show menu",'cat'=>'Categories','page'=>'Pages','cp'=>'Categories and Pages','pc'=>'Pages and Categories'); itx_form_radios($toshow, 'menu[show]', $show,false); ?> |
| Menu Depth | 0 means unlimited |