Quote Originally Posted by bsteinagel View Post
How do I go about replacing the "Contact Us" link in menu with a link to a FAQ page that I created using the define pages editor? Here's a link to my site. I'd like it to say FAQ where it says HEADER_TITLE_FAQS in the menu.

Brad Steinagel Photography

I edited the tpl_drop_menu.php file so it says the following:

Code:
<li><a href="<?php echo zen_href_link(FILENAME_FAQS, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_FAQS; ?></a></li
I'm thinking I have a php file misnamed somewhere?

Thanks,
Brad
Just make it a regular link:
<li><a href="name of page here">FAQ</a></li>