I want to remove all links from the footer, add my own layout and links. but still, I want to leave the subscribe section in footer. should I add the subscribe to my own custom block? how do I do that?
@naftalayevf014 yeah you can use the default subscribe block in your layout file.
It will work with your custom links as well.
Hope it helps.
Thanks
thank u,
how do I add the subscribe block to my custom block?
@naftalayevf014 just add this block where ever you want it to be show.
<block class="Magento\Newsletter\Block\Subscribe" name="form.subscribe" as="subscribe" after="footer_logo" template="Magento_Newsletter::subscribe.phtml" ifconfig="newsletter/general/active"/>
Hope it helps.
Thanks