In this post I am going to explain how to add custom links in footer in Magento 2. Here, I am using my custom module – Ht_Mymodule First you need to add default.xml file in your extension and add below code in it. File Path: app/code/Ht/Mymodule/view/frontend/layout/default.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”footer_links”> <block…


Recent Comments