Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
CSS Dropdown menu for the header- With Categories!
<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:censored:bsteinagel:
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.
I edited the tpl_drop_menu.php file so it says the following:
Just make it a regular link:
<li><a href="name of page here">FAQ</a></li>
