child page link
|
0 posts
|
Hi, I have a “About Us” page and a child of this page “FAQ” with slug “faq”. I have this code: In href statement I’ve tried <?php echo $this->find(‘faq’)->content(); ?>, <?php echo $this->slug(‘faq’); ?> and the simple way ?faq.html … no good. Any help? Thank you P.S.: How can I get rid of the ? from url’s. The method define(‘USE_MOD_REWRITE’, true); from config.php and renaming _.htaccess to .htaccess, seems not to be working fine because I get the 404 Page Not Found… |
|
541 posts
|
try something like: |