Renn:
I struggled with this: “But, I’d like to add these pages to the sidebar for “Sociology”, instead of the main navigation. In the Blix help file this is said about ‘secondary navigation’:”
For a while. You need to add an argument after this in header.php:
elseif ($page_name == “about_short”) {/*ignore*/}
After that I added the following:
elseif ( $page_id>8 )
Because I didn’t want any page with an id greater than 8 to show up.
Hope this helps….