Building a Drupal site from scratch - part 9 - adding menu

| Drupal Development | 0 seen

<p>To add a menu to your Drupal site, you should enable menu module from your modules page:</p><p><img src="http://reinisfischer.com/sites/default/files/enablemenu.JPG&quot; alt="" width="1162" height="169"></p><p>&nbsp;</p><p>When enabled, head to&nbsp;admin/structure/menu/manage/main-menu and a few menu links:</p><p><img src="http://reinisfischer.com/sites/default/files/listmenu.JPG&quot; alt="" width="1143" height="254"></p><p>&nbsp;</p><p>Depending on your theme structure, you have two options, either programmatically call menu in your theme, or put it on block. Since in this tutorial we are using Bootstrap theme, which has already called function to show menu, when enabled, after adding menu links, they will be visible on Bootstrap theme.&nbsp;</p><p>&nbsp;</p><p><img src="http://reinisfischer.com/sites/default/files/menutheme.JPG&quot; alt="" width="1012" height="174"></p>