Header Nav droped from singlepages
Permalink
Hi all,
I have made up my theme, created a view.php file and the theme carries through to all the single pages correctly however in my view.php file, I have:
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
to automate the placement of the Head Nav in all pages however this does not appear in any singlepages.
Is there something I'm missing here?
I have made up my theme, created a view.php file and the theme carries through to all the single pages correctly however in my view.php file, I have:
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
to automate the placement of the Head Nav in all pages however this does not appear in any singlepages.
Is there something I'm missing here?
I see the header nav displys in both pages! Both have Home and other links at the top, am I right?
Hi there, thanks for taking a look at this... I ended up cheating and just placing my header nav in the pages it worked into a scrapbook and then placing that scrap book into my single_pages. That's why it will appear correctly now.
Have you come across an issue like this in the past? If not, for time sake I will probably just resort to the scrap book method but if you are aware of an issue like this, please let me know.
Yours sincerely,
Richard.
Have you come across an issue like this in the past? If not, for time sake I will probably just resort to the scrap book method but if you are aware of an issue like this, please let me know.
Yours sincerely,
Richard.
I thought it might be beneficial to give an example of my problem...
visit:http://www.testclient.nextcode.com.au...
here you will see the header nav up the top which is automatically placed through my theme, now if you visit:
http://www.testclient.nextcode.com.au/login...
you will see that the header nav (which has been placed in my view.php has been removed (this occurs for all single_pages).
I used the exact same header nav php script that appears in my theme pages.
Is it possible for the header nav to work in single_pages it needs to be contained within the header.php file within my theme?
Any help would be hugely appreciated.
Richard