Title: domsdey's Replies | WordPress.org

---

# domsdey

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing right sidebar](https://wordpress.org/support/topic/removing-right-sidebar/)
 *  Thread Starter [domsdey](https://wordpress.org/support/users/domsdey/)
 * (@domsdey)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/removing-right-sidebar/#post-995269)
 * Hi
    I wanted to say I modified `<?php if ( !function_exists('dynamic_sidebar')
   || !dynamic_sidebar(1) ) : ?>` to `<?php if ( !function_exists('dynamic_sidebar')
   || !dynamic_sidebar(0) ) : ?>` So what should I do?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing right sidebar](https://wordpress.org/support/topic/removing-right-sidebar/)
 *  Thread Starter [domsdey](https://wordpress.org/support/users/domsdey/)
 * (@domsdey)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/removing-right-sidebar/#post-995201)
 * Damn shit fuck.
    Both sidebars are in one file, sidebar.php I found that in it:`
   <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>`
   So I changed it to: `<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(
   1) ) : ?>` but no effect. that’s functions.php:
 *     ```
       <?php
   
       if ( function_exists('register_sidebar') )
   
           register_sidebar(array(
   
           	'name' => 'Sidebar Left',
   
               'before_widget' => '',
   
               'after_widget' => '',
   
               'before_title' => '<h3>',
   
               'after_title' => '</h3>',
   
           ));
   
           register_sidebar(array(
   
           	'name' => 'Sidebar Right',
   
               'before_widget' => '',
   
               'after_widget' => '',
   
               'before_title' => '<h3>',
   
               'after_title' => '</h3>',
   
           ));
   
       ?>
       ```
   
 * I modified it to:
 *     ```
       <?php
   
       if ( function_exists('register_sidebar') )
   
           register_sidebar(array(
   
           	'name' => 'Sidebar Left',
   
               'before_widget' => '',
   
               'after_widget' => '',
   
               'before_title' => '<h3>',
   
               'after_title' => '</h3>',
   
           ));
   
       ?>
       ```
   
 * But still no effect…
    Any other ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing right sidebar](https://wordpress.org/support/topic/removing-right-sidebar/)
 *  Thread Starter [domsdey](https://wordpress.org/support/users/domsdey/)
 * (@domsdey)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/removing-right-sidebar/#post-995191)
 * Uhm… THe field for posts should be larger?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing right sidebar](https://wordpress.org/support/topic/removing-right-sidebar/)
 *  Thread Starter [domsdey](https://wordpress.org/support/users/domsdey/)
 * (@domsdey)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/removing-right-sidebar/#post-995185)
 * Can’t anyone help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editing text color – widgets](https://wordpress.org/support/topic/editing-text-color-widgets/)
 *  Thread Starter [domsdey](https://wordpress.org/support/users/domsdey/)
 * (@domsdey)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/editing-text-color-widgets/#post-983686)
 * Thank you for the reply :).
    It was from style.css I can’t believe I hadn’t thought
   of that, eh… 😛 Best wishes, Valentin

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