Add more link to blog page
Go to Appearance > Editor in WordPress and choose 'content.php' on the right hand side. Scroll to the bottom and look for this code:
</div>
<?php endif; ?>
</div>
</article><!-- #post-<?php the_ID(); ?> -->
Change it to this code:
<a href="<?php the_permalink(); ?>" class="button_small"><?php _e('More','mummyblog');?></a>
</div>
<?php endif; ?>
</div>
</article><!-- #post-<?php the_ID(); ?> -->