Using the plugins: "exclude pages from navigation" and "WP-dTree"
They used to work fine together, with WP-dTree overwriting 'exclude pages' settings - this was great for having 4 page links in top navigation, and 9 page links in left hand nav.
The plug-ins got upgraded and now I can only get both top and left to have 9 page links, or, by disabling 'exclude pages' I get 4 top and left - either way it doesn't look good.
I think I could bypass the "exclude pages" plugin altogether by changing the following header code:
<?php
wp_page_menu('show_home=0&sort_column=menu_order, post_title&link_before=<span><span>&link_after=</span></span>');
Anyone any ideas how to change this to have 4 static page links?
thanks.