Someone deleted the footer code, and I'm trying to put the footer back in. There three page templates to put it back on, and I've tried to put
<?php get_footer(); ?>
as follows, with no success
</div><!--/bodysection-->
</div><!--/singlecontentpage-->
</div><!--page/-->
<?php get_footer(); ?>
</body>
</html>
I also tried inserting <?php get_footer(); ?> before the page div, but in both cases, strangely enough, all that appears is the bar of breadcrumbs/page hierarchy plopped down in the middle of the page. I worked on my validation and got the errors with divs and body and html fixed (I don't know how to fix the errors that are coming in from the feed service), but do you know why the footer won't show up?
(Oh, and one more piece of info: the site runs with SimpleSidebar Nav)
Thx.