---
label: Adding a link to a menu
related:
- menu_ui.content_type_configuration
- menu_ui.menu_operations
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link = render_var(help_route_link(structure_menu_text, 'entity.menu.collection')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Add a link to a menu. Note that you can also add a link to a menu from the content edit page if menu settings have been configured for the content type.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administration menu, navigate to Structure > {{ structure_menu_link }}.{% endtrans %}
- {% trans %}Locate the desired menu and click Add link in the Operations list.{% endtrans %}
- {% trans %}Enter the Menu link title to be displayed.{% endtrans %}
- {% trans %}Enter the Link, one of the following:{% endtrans %}
- {% trans %}An internal path, such as /node/add{% endtrans %}
- {% trans %}A full external URL{% endtrans %}
- {% trans %}Start typing the title of a content item and select it when the full title comes up{% endtrans %}
- {% trans %}<nolink> to display the Menu link title as plain text without a link{% endtrans %}
- {% trans %}<front> to link to the front page of your site{% endtrans %}
- {% trans %}Make sure that Enabled is checked; if not, the menu link will not be displayed.{% endtrans %}
- {% trans %}Optionally, enter a Description, which will be displayed when a user hovers over the link.{% endtrans %}
- {% trans %}Optionally, check Show as expanded to automatically show the children of this link (if any) when this link is shown.{% endtrans %}
- {% trans %}Optionally, select the Parent link, if this menu link should be a child of another menu link.{% endtrans %}
- {% trans %}Click Save. You will be returned to the Add link page to add another link.{% endtrans %}
- {% trans %}In the Manage administration menu, navigate to Structure > {{ structure_menu_link }}.{% endtrans %}
- {% trans %}Locate the menu you just added a link to and click Edit in the Operations list.{% endtrans %}
- {% trans %}Verify that the order of links is correct. If it is not, drag menu links until the order is correct, and click Save.{% endtrans %}