Title: Widgets in left bar
Last modified: August 31, 2016

---

# Widgets in left bar

 *  [vdanielsan](https://wordpress.org/support/users/vdanielsan/)
 * (@vdanielsan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/widgets-in-left-bar/)
 * Is there any way to put the widgets on the left side bar?
    Thanks

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/widgets-in-left-bar/#post-7209729)
 * Hi,
 * by default, the left sidebar is determined only for a menu. To put there some
   widgets, you will need to create a child theme, [register a new widget area](http://codex.wordpress.org/Widgetizing_Themes)
   and output it in “header.php”, right after this code:
 *     ```
       <div class="menu-box">
       <?php wp_nav_menu( array( 'menu_id'=>'nav', 'theme_location'=>'main-navigation' ) ); ?>
           </div>
       ```
   
 * Best regards,
    Tomas Toman
 *  Thread Starter [vdanielsan](https://wordpress.org/support/users/vdanielsan/)
 * (@vdanielsan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/widgets-in-left-bar/#post-7209733)
 * Thanks Tomas
 * Also, I’ve seen your example web, and I find interesting the social media icons
   on the left side. I see that comes in the pro version, but the website to buy
   it seems down since yesterday. Can you advice? Thanks!
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/widgets-in-left-bar/#post-7209748)
 * I am sorry for the inconvenience. The website is back in operation.
 * Best regards,
    Tomas Toman
 *  Thread Starter [vdanielsan](https://wordpress.org/support/users/vdanielsan/)
 * (@vdanielsan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/widgets-in-left-bar/#post-7209792)
 * Purchased, thanks!

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

The topic ‘Widgets in left bar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/liveride/1.0.9/screenshot.png)
 * LiveRide
 * [Support Threads](https://wordpress.org/support/theme/liveride/)
 * [Active Topics](https://wordpress.org/support/theme/liveride/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/liveride/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/liveride/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [vdanielsan](https://wordpress.org/support/users/vdanielsan/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/widgets-in-left-bar/#post-7209792)
 * Status: not resolved