Forum Moderators: coopster
I'd like to do some sort of if check to see if the footer is being used, and if it isn't, finding an alternate way to insert the necessary code into the bottom of the page. Does anyone know of such an if check, or of some way to do this?
Thanks a billion, in advance :D
It could appear as:
<?php get_footer(); ?>
or:
<?php
get_footer();
?>
or other formatting.
I'd say you could check for get_footer() alone, but it could be there but commented out, e.g.-
<!-- <?php get_footer(); ?> -->