JobRoller Footer Function.. Where?
Just out of curiosity where's the function for the footer? The index.php file has the <?php get_footer(); ?> call out to the function, but where is it?.. I mean the actual div container code? <div id="footer"> / the theme-footer.php file only displays the code inside the container by calling to it <?php function jr_do_footer() { ?>
I need to add an extra class tag to it.. I looked inside appthemes-functions.php, nothing there, and I looked inside theme-functions.php and all I found is this.. add_action('get_footer', 'remove_jr_job_not_expired'); your help would be greatly appreciated in pointing it out. Thanks.