Larger picture
https://img84.imageshack.us/my.php?image=screengr1.png
Code in Single Post (single.php)
...<div class="post-content">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<div id="strani">
<?php wp_link_pages(array('before' => '<p><strong>Stran:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<?php comments_template(); ?>
</div>
<?php endwhile; else: ?>
<?php fourOhFour(); ?>...