how to change footer content for certain pages only

WordPress allows you to have multiple headers and footers which come in handy in situations like this. You can achieve this by simply creating footer files called something like “footer-one.php” and “footer-two.php” than where ever you would like to call the secondary footer in your theme file, like for example your “home-page.php” you simply include the name in <?php get_footer('two');?> I hope this helps.