Magento allows content writers to insert a link within the Magento web page in three different ways. We have already discussed how to insert a link using frontend apps and using the inbuilt toolbar. This tutorial is the last part of the series. It is the easiest way to add a link in Magento content. Follow the steps given below carefully.
<ul> <li><a href="{{store direct_url="about-us"}}">About</a></li> <li><a href="{{store direct_url="privacy-policy"}}">Privacy</a></li> <li class="last"><a href="{{store direct_url="customer-service"}}">Service</a></li> </ul>
Do not forget to test the links. Go back to your store and ensure that it works correctly. Check whether the link navigates to the desired web page or not and also ensure that the link is not broken.