Post edited 1:23 am - March 20, 2009 by wmassingham
EDIT: Oops. Looks like the forum processed the HTML in the thread topic. It's supposed to read "AWP doesn't close <div id="awp_loop">".
A problem recently started appearing on our site where the footer and sidebar appear switched, but only on WP Pages.
I'd dealt with this once before and fixed it by closing a <div> I'd forgotten, so I think I've traced it to another unclosed <div> (though why it only applies to Pages is beyond me--maybe I fixed it in single.php or something and it's actually the same issue).
This is WP 2.7.1, theme iNove. Page with problem is http://www.dovertide.com/staff.
The <div> in question is opened on line 133 (of the static HTML source), and looks like it should be closed around line 168.
Is this an AWP issue, or did I forget something during installation?