Magento calls a cms page through the anchor tag from the phtml file
I want something like this <a href="<?php echo getcmsurl('Faqs')">FaQ's</a>
means that when you click "FAQ" the cms page created with the name faqs from the admin panel will be linked (shown) and displayed. Or is there another way? Thanks.