Site icon PrestaShop | Magento | CRM Modules

Magento how to add pages links in the footer

To add page links in the footer in Magento:

  1. Log in to the Magento admin panel.
  2. Go to “Content” -> “Pages.”
  3. Create a new page or edit an existing one.
  4. In the “Content” section, add a link to the page you want to include in the footer.
  5. Save the page.
  6. Go to “Stores” -> “Configuration” -> “General” -> “Design.”
  7. Find the “Footer” section and open it.
  8. In the “Miscellaneous HTML” field, add the following code:
    php
  1. <li><a href="{{store direct_url='page-url'}}">Page Name</a></li>

    Replace “page-url” with the actual URL key of the page and “Page Name” with the desired text to display as the link.

  2. Save the configuration.
  3. Clear the Magento cache.

Your page link should now be displayed in the footer.

Exit mobile version