Ok I found it in another thread.

in tpl-blog.php

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

into this
<?php $args = array( 'paged'=> $paged, 'post_type'...