Hi, my home page link points to
http://nydomain.com/about-magento-demo-store
so i went to CMS -- Pages -- About Us
URL Key was : about-magento-demo-store
edited the URL Key to about_us
But the link on the home page is still showing as http://nydomain.com/about-magento-demo-store
How do i change the link to http://nydomain.com/about_us
Any help would be appreciated
Thanks in advance
In Magento you have two ways to add a link to a CMS page. The first is via a widget (CMS Page Link). If that's the case, changing the URL key of the page would also change the HREF of the link, at least after clearing your cache.
The second way, and apperently that's the case here, you can just add a link like you'd normally do. In that case, you just need to change the HREF of the link. You didn't mention where you're link to that page is (header, footer, content), so I can't show you where to look for the link.
Hope this helps for now.
You need to check following points:
1) Check selected store in cms > page > about us
2) Clear the cache
3) Clear the session
4) If you have multiple about us page then check it's calling the correct about us page?
5) You also need to change link from footer or any other place where you have added about us link.