• I tried to add an image to my sidebar and now my blog lost the sidebar and says: Fatal error: Call to undefined function: bx_get_pages()

    At the bottom of my blog it says:in /home/dawndmd/public_html/branicblog/wp-content/themes/blue horizon/sidebar.php on line 29

    I wasn’t even near line 29 when I added my links. I tried uploading my original sidebar.php and I am still getting this error. Please help. Thanks

Viewing 1 replies (of 1 total)
  • The Blix theme has its own function named “bx_get_pages(),” and somehow that has crept into your sidebar template. Either replace the sidebar.php file with the original one for the Blue Horizon theme, which seems to be your theme, or find “bx_get_pages()” in sidebar.php and comment it out, like so:

    // bx_get_pages()

Viewing 1 replies (of 1 total)

The topic ‘Fatal error: Call to undefined function: bx_get_pages()’ is closed to new replies.