--- label: Adding a link to a menu related: - menu_ui.content_type_configuration - menu_ui.menu_operations - core.menus --- {% set structure_menu = render_var(url('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 %}

  1. {% trans %}In the Manage administration menu, navigate to Structure > Menus.{% endtrans %}
  2. {% trans %}Locate the desired menu and click Add link in the Operations list.{% endtrans %}
  3. {% trans %}Enter the Menu link title to be displayed.{% endtrans %}
  4. {% trans %}Enter the Link, one of the following:{% endtrans %}
  5. {% trans %}Make sure that Enabled is checked; if not, the menu link will not be displayed.{% endtrans %}
  6. {% trans %}Optionally, enter a Description, which will be displayed when a user hovers over the link.{% endtrans %}
  7. {% trans %}Optionally, check Show as expanded to automatically show the children of this link (if any) when this link is shown.{% endtrans %}
  8. {% trans %}Optionally, select the Parent link, if this menu link should be a child of another menu link.{% endtrans %}
  9. {% trans %}Click Save. You will be returned to the Add link page to add another link.{% endtrans %}
  10. {% trans %}In the Manage administration menu, navigate to Structure > Menus.{% endtrans %}
  11. {% trans %}Locate the menu you just added a link to and click Edit in the Operations list.{% endtrans %}
  12. {% 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 %}