get_footer() issue
-
Hello! I had an issue last week that you helped me out on with regards to accordions not working when pages first load. (Thank you for that…) The solution you provided works perfectly to get the accordions working, but for some reason, now the actual footer does not appear now. Is there a way to get both of them to work? I tried including both in the <php> code where get_footer(); appears:
<?php include(‘footer.php’); ?>
<?php get_footer();?>I’ve also tried switching the order.
As well as <?php get_footer(footer.php);?>
My site is: mhdo.org
Unfortunately, the footer cannot be seen on the site (because the get_footer(); code is in place)
The actual footer can be viewed on the mobile or tab (where the footer appears…)
Thank you in advance for your help.
- The topic ‘get_footer() issue’ is closed to new replies.