I cant believe im having to ask this question but ive been trying to figure this problem out for hours.

Im trying to make a menu with 2 levels. EG the top layer has 2 links, 'Page1' and 'Page2'. Page1 links to an article while Page2 opens up 2 more links, 'PageA' and 'PageB'. This is what I want;

Page1
Page2
PageA
PageB

When I go to my Menu/Primary Links (admin/build/menu-customize/primary-links) I can see the pages layed out as above. If I click edit PageA I can see the 'Parent Item' is Page2.

When I click on the Page2 link in the menu however, I cant see the links to PageA and PageB. What am i doing wrong?

Thanks

Comments

Poieo’s picture

This has everything to do with the theme you are using. Not all themes are configured to show the 'secondary links' under your primary links. If your theme does not display them, you can choose one that does, or use a module like Menu Block: http://drupal.org/project/menu_block to display your secondary links in a blocks.

jdln’s picture

Thanks