0

I want to create a block of some selected menu items from main menu in drupal 7? I donot want to have all the menu links in a block

apaderno
  • 28,547
  • 16
  • 75
  • 90
killbill
  • 149
  • 3
  • 11

1 Answers1

0

Why don't you just create a new (secondary) menu with only the menu links that you want, then use Menu Block or something to create a block out of it? Is there a reason you don't want to create a new menu for this?

Jason
  • 3,330
  • 1
  • 33
  • 38
  • I have same menu ie main menu placed at two different places ie one in header and one in sidebar. In sidebar I have to show all the links but in header I have to show only four links from main menu. But i donot want to change same links two times if there are same changes in case I create two different menus. I am looking for some viable method. – killbill Dec 11 '12 at 03:49