Add to your sidebar:
**Widgets Sidebar**
If you are using the dynamic widgets sidebar in your theme, go to the "Presentation" > "Widgets" page and drag the “Subscribe” widget into the sidebar where you would like it to appear.
**Traditional Sidebar**
If you are not using the dynamic widgets sidebar, insert to following code into your theme's sidebar template.
<?php if( function_exists('subscribe_sidebar') ) { ?>
<li><?php subscribe_sidebar(); ?>
</li>
<?php } ?>




