The homepage navigation is meeting our needs well, but having that huge chunk of navigation on every page of the site isn’t practical. We’ll need something more understated for the sub pages of the site.
In this screencast we create that subpage navigation, just a row of links we can place underneath the header. The only big consideration is how we handle “Store”, which is an external link to Etsy.com.
Hey Chris ;) whats the reason for hardcoding the navigation here? wouldn’t it be better to be able to change the nav through the backend later?
Perhaps that would have been smart. Can always update it later if Jeff expreses interest in wanting to update it. We’d use wp_nav_menu :: http://codex.wordpress.org/Function_Reference/wp_nav_menu
Seems like you’d probe want the sub-nav on every page except the homepage. In which case do you think it would be better to put the include in the header.php and just use css or php to hide the sub-nav on the homepage?
On an aside, I cant figure out why it’s posting me as ‘anonymous’ when I’m logged in?
-Mark
Never mind on the ‘anonymous’ thing…