ok, so now I want to remove the body of the footer from that same template. I want to leave the copyright bar but get rid of the widgets. I tried the same steps. I copied the footer.php and titled it footer-nofoot.php. I then set <?php get_footer(‘nofoot’); ?> on the template but none of the changes i make in the nofoot file affect my page at all. It seems like the template is still pulling from the normal footer file.
Any suggestions???