Quote Originally Posted by Samuz View Post
I'm not sure what exactly. But I ran a search on the word FAQ and the relevant places it came up in were as follows:

/includes/modules/pages/gv_faq - header_php.pp
/includes/languages/english/gv_faq.php
/includes/templates/template_default/templates/tpl_gv_faq_default.php

So before you take any further steps be sure that you have all those files that's what I would suggest.
I never had an faq page to start with so I followed the tutorial to make a faq.php files in each of those folders. After I made them I linked it like this.

"<li><a href="<?php echo zen_href_link(FILENAME_faq); ?>"><?php echo HEADER_TITLE_faq; ?></li>

I get "
Page Not Found

Custom 404 Error Page with Site Map Sample Text ..."

Also the title shows up as HEADER_TITLE_faq. "

So I am not sure what I am still missing.

Thanks.