Check if the current page is homepage by this <?php is_home(); ?>
If home you can call default footer, and if not, you can call another footer made by you.
More Details Here: http://codex.wordpress.org/Function_Reference/is_home
Check if the current page is homepage by this <?php is_home(); ?>
If home you can call default footer, and if not, you can call another footer made by you.
More Details Here: http://codex.wordpress.org/Function_Reference/is_home