Twenty Eleven Theme [duplicate]

Add

<?php get_sidebar(); ?>

to single.php in the same place as the other files, i.e. right before

<?php get_footer(); ?>

You also need to go to style.css, and remove the margins for .singular and .singular #content, .left-sidebar.singular #content.

In version 1.5 of this theme css only has,

.singular #content,
.left-sidebar.singular #content

Plus you need to take the margin: and width: set for #primary{} ID and copy/paste to .singular #primary{}