OK, here’s the two versions of the footer I mentioned, maybe the issue will be more clear to you than it is to me:
—————————————————
When I look at the footer via “view-page source” in my browser, it’s this:
<!– begin footer –>
<div style=”clear:both;”></div>
<div id=”footer”>
<p>All text, images, and content on this site © 2009 and earlier. · All Rights Reserved · Powered by WordPress</p>
</div>
</div>
</body>
</html>
—————————————————
When I look at it in FTP, it’s like this:
<!– begin footer –>
<div style=”clear:both;”></div>
<div id=”footer”>
<p>All text, images, and content on this site © 2009 and earlier. · All Rights Reserved · Powered by WordPress</p>
</div>
<?php do_action(‘wp_footer’); ?>
</div>
<?php wp_footer(); ?>
</body>
</html>
————————————————————
I’m not sure what this reflects as to the problem, and I doubt that between its working this morning and not this afternoon, that something in my footer changed. Or maybe it did, and things are far weirder than I understand….anyway, if you have a suggestion on fixing it, I’m all ears!
Thanks for your help-
alqemi