Adding content pages to the menu
In this recipe, we will be looking at an alternative means of adding an item to a menu directly from the node. This can be done either during creation or later, via the node's edit form.
Getting ready
The Menu module needs to be enabled for this recipe in order to be able to add a menu item via the node form. We will also be working with a sample node named Products, which will need to be created. We will be expanding this menu in later recipes of this chapter.
How to do it...
The following steps detail the procedure required to link to a products overview page from the primary links menu:
Browse to the Products overview node and click on its Edit tab.
Scroll down to the Menu settings fieldset which should be laid out similarly to the Add item form in the menu administration pages and as in the following screenshot:
Add the title of the menu item in the Menu link title textfield which, in this case, would be something like Products. This does not need to be the...