If you are missing a footer in WordPress it might be because you have the code
<?php wp_footer(); ?>
at the bottom the template page instead of
<?php get_footer(''); ?>
which loads the footer.
If you are missing a footer in WordPress it might be because you have the code
<?php wp_footer(); ?>
at the bottom the template page instead of
<?php get_footer(''); ?>
which loads the footer.