- Drupal 8 Development Cookbook(Second Edition)
- Matt Glaman
- 71字
- 2025-04-04 18:20:51
Creating a menu and linking content
Drupal provides a way to link content being authored to a specified menu on the website, generally the main menu. You can, however, create a custom menu to provide links to content. In this recipe, we will show you how to create a custom menu and link content to it. We will then place the menu as a block on the page, in the sidebar.