I have created a About us page from backend and trying to link that page to the About-us at the footer. I am using:
<a href="<?php echo $this->getUrl(''); ?>about-us"></a>
After clicking on About Us It’s working. URL: http://localhost/magento2/about-us but there is a blank page, no header and footer.
2
Answers
Use this code to call your page in cms content to call URL directly
you can do it by using Mage: