• I am getting the following error on my website.

    atal error: Call to undefined function wp_bottoms() in /home/stacyfy/public_html/wp-content/themes/schuttelumber/footer.php on line 10

    This is the line in questions

    <?php wp_footer(); wp_bottoms();?>

    Can anyone tell me what I should fix. To my knowledge I have not changed this line so I am not sure what created the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like you are using a custom theme. The error means that WordPress cannot find the function wp_bottoms(). If you switch to Twenty Sixteen, you won’t set that error, but your site won’t look the same.

    You’ll need to get with the developers of your custom theme for them to help.

    Thread Starter Stacyfy

    (@stacyfy)

    Unfortunately, the web-site developers went out of business. That is how I suddenly became the company website designer. I just deleted the wp_bottoms from the footer.php and all seems to be working just fine without it.

    I figured you did when I went to the site and didn’t see any errors 🙂

    That will fix your problem. The only worry I’d have is not knowing what wp_bottoms() did for you/your site.

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

The topic ‘Fatal erro in footer.php’ is closed to new replies.