Sidebar Shortcode

Defaults

Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'name' => 'Default Sidebar', // Name of a sidebar you have already created in Appearance > Widgets
'width' => '',
'align' => 'none', // none, alignleft, alignright, aligncenter

And this is what you should insert into your posts and pages…
[sidebar name="Default Sidebar" width="" align="none" /]

Default Sidebar

[sidebar name="Default Sidebar" width="400" align="aligncenter" /]