change about-us-magento?

Under CMS -- page, i change the url key from about-us-magento to about-us. However, it is still showing about-us-magento on the footer. How can i change that url on the footer?

1 answer

Profile photo of Saguaros 0.00 $tone July 30, 2012
Public

Hi floriel,

After changin URL key for About Us page, you should also change in static block named: Footer Links (in CMS > Static Blocks)
Well, there if you switch to code view (show / hide editor)
you will see something like:
<ul>
<li><a href="{{store direct_url="about-magento-demo-store"}}">About Us</a></li>
<li><a href="{{store direct_url="customer-service"}}">Customer Service</a></li>
<li class="last privacy"><a href="{{store direct_url="privacy-policy-cookie-restriction-mode"}}">Privacy Policy</a></li>
</ul>
Change direct_url=”about-magento-demo-store” with your new URL, here is about-us

Hope this helps.

#1

Please login or Register to Submit Answer

Written By

Comments