Page Links in Magento 2

时间:2017-11-13 06:16:40

标签: magento

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 个答案:

答案 0 :(得分:0)

使用此代码在cms内容中调用您的网页以直接调用网址

{{store direct_url=about-us}}

答案 1 :(得分:0)

你可以使用Mage来做到这一点:

gst_app_src_set/get_duration()