Title: eches's Replies | WordPress.org

---

# eches

  [  ](https://wordpress.org/support/users/eches/)

 *   [Profile](https://wordpress.org/support/users/eches/)
 *   [Topics Started](https://wordpress.org/support/users/eches/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eches/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eches/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eches/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eches/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eches/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to widgetize two sidebars?](https://wordpress.org/support/topic/how-to-widgetize-two-sidebars/)
 *  [eches](https://wordpress.org/support/users/eches/)
 * (@eches)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/how-to-widgetize-two-sidebars/#post-597112)
 * I had the same problem as machi had previously. I later found the error is originated
   from space between closed bracket (i.e ‘)’) at the first line of the code.
 *     ```
       <?php if ( function_exists('register_sidebar') )
        register_sidebars(2); ?>
       ```
   
 * Remove the space between both closed brackets and it should fix the problem.

Viewing 1 replies (of 1 total)