Title: function_exists(&#039;dynamic_sidebar&#039;) is false
Last modified: August 20, 2016

---

# function_exists('dynamic_sidebar') is false

 *  Resolved [rageboy](https://wordpress.org/support/users/rageboy/)
 * (@rageboy)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/function_existsdynamic_sidebar-is-false/)
 * I have:
 *     ```
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
       <-----code that shows up----->
       	<!--
       	is_active? <?php is_active_sidebar(1); ?>
       	is_dynamic? <?php is_dynamic_sidebar(1); ?>
       	dynamic exists? <?php function_exists('dynamic_sidebar'); ?>
       	-->
       <?php endif; ?>
       ```
   
 * For some reason, the function_exists call is returning false. Since this is in
   a standard include file, and I’m not overwriting it, I don’t see why this function
   wouldn’t exist. Is there a step I need to take to enable dynamic sidebars or 
   to have wp-includes\widgets.php included?
 * Note: I do have a register_sidebar call in my functions.php

Viewing 1 replies (of 1 total)

 *  Thread Starter [rageboy](https://wordpress.org/support/users/rageboy/)
 * (@rageboy)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/function_existsdynamic_sidebar-is-false/#post-2618661)
 * Nevermind. I guess I needed to refresh my widgets page in my dashboard or something
   because it’s working now.

Viewing 1 replies (of 1 total)

The topic ‘function_exists('dynamic_sidebar') is false’ is closed to new replies.

## Tags

 * [dynamic_sidebar()](https://wordpress.org/support/topic-tag/dynamic_sidebar/)

 * 1 reply
 * 1 participant
 * Last reply from: [rageboy](https://wordpress.org/support/users/rageboy/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/function_existsdynamic_sidebar-is-false/#post-2618661)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
