Hi christkind,

To make the blog page work, you have to modify the tpl-blog.php line 17 specifically the codes below;



<?php $args = array( 'paged'=> $paged ); query_posts($args); ?>

Just...