cpkerri1
Member
Posted 4 years ago #
When I installed the new Headspace2 plug-in, it gave me the following error message:
There are some problems with your theme. Before HeadSpace will function correctly you should fix these:
wp_footer was not found in footer.php (documentation)
Can someone please help me fix this?
Thanks!
If you haven't received an answer yet...
What you need to do is place the following code into your footer.php file:
<?php wp_footer(); ?>
That will take care of that problem.
cadencehart
Member
Posted 4 years ago #
yes that's right and place it before the </body> tag.