Title: sidebar issue
Last modified: August 19, 2016

---

# sidebar issue

 *  [blogxilla](https://wordpress.org/support/users/blogxilla/)
 * (@blogxilla)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/)
 * I’m having an issue customizing my layout’s sidebar and the widget is showing
   up below the info build into the sidebar and I’m a bit confuse.
 * My left hand sidebar can be customized anyway I like but the right hand sidebar
   can’t and thats where the problem arises. this is my sidebar info
 *   <!– Sidebar –>
    <div class=”sidebar”>
 *  <h3>Pages</h3>
    -  <?php wp_list_pages(‘title_li=’); ?>
 *  <h3>Archives</h3>
    -  <?php wp_get_archives(‘type=monthly’); ?>
 *  <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
 *  <?php endif; ?>
 *  </div>
    <!– Sidebar –>
 * I know i can remove the upper part for the left sidebar but the right dynamic
   sidebar I can’t adjust…
 * Can anyone please help me out? I’m willing to donate in a paypal if you can. 
   Thanks.

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

 *  Thread Starter [blogxilla](https://wordpress.org/support/users/blogxilla/)
 * (@blogxilla)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/#post-850231)
 * Can someone please explain to me why I never get any help on here? Please I mean
   I’m willing to pay! I don’t understand this.
 *  [myinstinctwaswrong](https://wordpress.org/support/users/myinstinctwaswrong/)
 * (@myinstinctwaswrong)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/#post-850232)
 * I’m not sure what you are wanting to do. Can you provide more detail and a link
   so we can see?
 *  Thread Starter [blogxilla](https://wordpress.org/support/users/blogxilla/)
 * (@blogxilla)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/#post-850269)
 * Thanks very much. I truly appreciate it. if you go here [http://blogxilla.com/blog4/](http://blogxilla.com/blog4/)
   you’ll see that the right sidebar has the ad space & categories on listed and
   the sidebar widget does not override those options. Everything placed in the 
   widget shows up below the top 2 sections on the right sidebar. I want my layout
   to over ride everything on the sidebar.
 * Here is the function 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',
               'after_widget' => '',
               'before_widget' => '',
               'before_title' => '<h3>',
               'after_title' => '</h3>',
           ));
       ?>
       ```
   
 *  [myinstinctwaswrong](https://wordpress.org/support/users/myinstinctwaswrong/)
 * (@myinstinctwaswrong)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/#post-850271)
 * man, you got me – where is all that [[CData stuff coming from, wow.
 * Some funny posts there though – Imma gonna ax some scrimp from down the screet
   to help wit this. 🙂
 *  Thread Starter [blogxilla](https://wordpress.org/support/users/blogxilla/)
 * (@blogxilla)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/#post-850275)
 * lol That CData stuff is just an error somewhere else. That’s my test site so 
   don’t mind all that!! lol
 * Do you think functions have something to do with the fact that I can’t get my
   widgets to override the sidebar?
 *  Thread Starter [blogxilla](https://wordpress.org/support/users/blogxilla/)
 * (@blogxilla)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/#post-850432)
 * Can Someone please help me! I’m trying to get my sidebar widgets to override 
   my side. Right now the right widgets are showing up below the links and categories
   I want to change that. Can someone please help.

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

The topic ‘sidebar issue’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [blogxilla](https://wordpress.org/support/users/blogxilla/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/sidebar-issue-4/#post-850432)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
