• 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    yes that’s right and place it before the </body> tag.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with Headspace2 plug-in’ is closed to new replies.