7. this is from my header.php file:
<ul id="mainlevel-nav">
<li><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
<?php wswwpx_fold_page_list('depth=1&title_li=&exclude=143' ); ?></ul>
It appears that this is where the first “home” is hardcoded. Can I remove it, or might there be unwanted implications in doing so?
Also…how do I re-order the pages that appear as the result of fold_page_list call?
8. No, that’s not what I meant; let me try again. I envision eight categories (not Categories) of pages on my site. Four of these pages (home, about, contact and links) will just be monads; that is, they won’t have any sub-pages. I originally thought I’d run these across the top of the page.
The other four (articles, reviews, tests and photos) will contain lots of sub-pages. I originally thought I’d have these in a/the sidebar.
It looks like using the fold_page_list code will entail my reversing these (monads in the sidebar and parent pages across the top). I’m willing to do this if necessary, but I’d prefer not to. Maybe what I’m asking is whether I can use the fold_page_list code in the sidebar instead of the header.
I hope there’s a shred of clarity in this explanation. Thanks for your patience with me on this.