Title: sidebar.php syntax error help
Last modified: August 30, 2016

---

# sidebar.php syntax error help

 *  Resolved [danielwaddon](https://wordpress.org/support/users/danielwaddon/)
 * (@danielwaddon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sidebarphp-syntax-error-help/)
 * Hi there
 * I am creating my first ever theme and I seam to be get a syntax error on the 
   endif statement line. Could someone advise or help as to why its doing this?
 * <aside id=”side” class=”sidebar”>
    -  <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Sidebar’));?
      >
       <?php endif; ?>
 * </aside>

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

 *  [schulte](https://wordpress.org/support/users/schulte/)
 * (@schulte)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sidebarphp-syntax-error-help/#post-6240601)
 * Hi danielwaddon,
 * Swap the semicolon for a colon, perhaps?
 *     ```
       <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?>
       <?php endif; ?>
       ```
   
 *  Thread Starter [danielwaddon](https://wordpress.org/support/users/danielwaddon/)
 * (@danielwaddon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sidebarphp-syntax-error-help/#post-6240603)
 * Thanks Schult
 * That’s fixed it 🙂 Well spotted
 *  Thread Starter [danielwaddon](https://wordpress.org/support/users/danielwaddon/)
 * (@danielwaddon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sidebarphp-syntax-error-help/#post-6240614)
 * Thanks again for the help
 *  [schulte](https://wordpress.org/support/users/schulte/)
 * (@schulte)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sidebarphp-syntax-error-help/#post-6240616)
 * You’re welcome.

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

The topic ‘sidebar.php syntax error help’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [schulte](https://wordpress.org/support/users/schulte/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/sidebarphp-syntax-error-help/#post-6240616)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
