No, the new theme miss some features:
The navigation:
<div class="navigation">
<div class="alignleft"><?php previous_post_link( '? %link' ); ?></div>
<div class="alignright"><?php next_post_link( '%link ?' ); ?></div>
</div>
And the post_thumbnail:
<?php if ( has_post_thumbnail() ) {
echo "<div class='post-thumbnail'>";
echo "<a href="">";
the_post_thumbnail();
echo "</a>";
echo "</div>";
} ?>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
I have solved inserting those 2 block inside content-single.php