Title: Adding second sidebar to twentyten
Last modified: August 20, 2016

---

# Adding second sidebar to twentyten

 *  [emaarkhan](https://wordpress.org/support/users/emaarkhan/)
 * (@emaarkhan)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/)
 * Hi,
    I read many tutorial and support fourms but i haven’t found a clean and 
   decent way to write code to add a secondary sidebar to the twentyten theme. by
   default tt has right sidebar. i want to add another sidebar to the left side.
   i am new at wordpress. can someone help me have code for another sidebar in left
   side of twentyten. Thanks in advance

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

 *  [david.bailey](https://wordpress.org/support/users/davidbailey-1/)
 * (@davidbailey-1)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601070)
 * You’ll need to first [register](http://codex.wordpress.org/Function_Reference/register_sidebar)
   the sidebar and then load the sidebar in your template using [dynamic_sidebar](http://codex.wordpress.org/Function_Reference/dynamic_sidebar).
   From there it’s a matter of styling it using style.css to make it appear correctly.
 *  Thread Starter [emaarkhan](https://wordpress.org/support/users/emaarkhan/)
 * (@emaarkhan)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601075)
 * Ok i did excatly what that link said but it didn’t populated widgets i put in
   the sidebar.
 *     ```
       register_sidebar(array(
         'name' => 'Left Sidebar',
         'id' => 'left-sidebar',
         'description' => 'Widgets in this area will be shown on the left-hand side.',
         'before_title' => '<h1>',
         'after_title' => '</h1>'
       ));
       ```
   
 * and i called it in index.php
    `<?php dynamic_sidebar( 'left-sidebar' ); ?>` what
   am i missing?
 *  [david.bailey](https://wordpress.org/support/users/davidbailey-1/)
 * (@davidbailey-1)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601082)
 * Where are you registering the sidebar?
 *  Thread Starter [emaarkhan](https://wordpress.org/support/users/emaarkhan/)
 * (@emaarkhan)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601086)
 * functions file
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601120)
 * read this:
 * [http://aaron.jorb.in/thirtyten/](http://aaron.jorb.in/thirtyten/)
 * or possibly even use the theme featured in this blog.
 *  [cloudywithachanceofwine](https://wordpress.org/support/users/cloudywithachanceofwine/)
 * (@cloudywithachanceofwine)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601410)
 * Hello,
 * I realize this string is quite old, but I am looking to add a second column to
   my blog ([http://cloudywithachanceofwine.com](http://cloudywithachanceofwine.com)).
   I am currently using the Twenty Ten theme, and I love how clean it is, but in
   order to add ads, etc., I feel a second column is the way to go.
 * In this string, I see you created a Thirty Ten theme, but I cannot find this 
   when searching through themes in WordPress.org. Is this a live theme? If so, 
   how can I activate it? It really is awesome – nicely done!
 * Cheers,
    Dani
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 5 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601411)
 * If you’re not contributing to the original poster, on an old or new thread, you
   should create your own thread.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601412)
 * > … created a Thirty Ten theme, but I cannot find this when searching through
   > themes in WordPress.org.
 * afaik, the (only) source is the linked site by Aaron – and particular the download
   link in the menu bar – [http://aaron.jorb.in/wp-content/uploads/2010/04/thirtyten.zip](http://aaron.jorb.in/wp-content/uploads/2010/04/thirtyten.zip)

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

The topic ‘Adding second sidebar to twentyten’ is closed to new replies.

## Tags

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

 * 8 replies
 * 5 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/adding-second-sidebar-to-twentyten/#post-2601412)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
