Adjusting the External Static Pages
Modified the “header.php” file in the root directory, and adjusted the “mainframe” division in “global.css”. Ideally, I will just get rid of the chunk of logic in all the pages that checks to see if the header has been set or not before deciding whether to use “mainframe” or “mainframeWP” as the division id since after my tweak the two are identical.
Interestingly, the Menu Addin doesn’t work on the External Static pages, which isn’t that suprising since they are outside the WordPress structure, basically just links to existing pages that I’ve adjusted to grab the WordPress Header and Sidebar.
