Fatal error: Call to undefined function is_active_sidebar()
-
I’m so sorry) but really need help, cause no idea how can fix this error :'(
help please)Fatal error: Call to undefined function is_active_sidebar() in /home/rezeda/domains/sport-helper.com/public_html/wp-content/themes/soccer_stadium_spe020/sidebar-footer.php on line 17
it’s php code
<?php
/* The footer widget area is triggered if any of the areas
* have widgets. So let’s check that first.
*
* If none of the sidebars have widgets, then let’s bail early.
*/
if ( ! is_active_sidebar( ‘first-footer-widget-area’ ) 17-line
&& ! is_active_sidebar( ‘second-footer-widget-area’ )
&& ! is_active_sidebar( ‘third-footer-widget-area’ )
&& ! is_active_sidebar( ‘fourth-footer-widget-area’ )
)
return;
// If we get this far, we have widgets. Let do this.
?>The blog I need help with is: (visible only to logged in users)
-
The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.
This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: http://wordpress.org/support/
For more on the difference: http://support.wordpress.com/com-vs-org/
-
- The topic ‘Fatal error: Call to undefined function is_active_sidebar()’ is closed to new replies.