I’m using the following code on https://www.bastiaanvinke.nl:
<?php query_posts(‘category_name=columns&showposts=5’); ?>
<?php single_cat_title(); ?>
<?php while (have_posts()) : the_post(); ?>
“><?php the_title(); ?>
<?php endwhile; ?>
<?php query_posts(‘category_name=gedichten&showposts=5’); ?>
<?php single_cat_title(); ?>
<?php while (have_posts()) : the_post(); ?>
“><?php the_title(); ?>
<?php endwhile; ?>
<?php query_posts(‘category_name=liederen&showposts=5’); ?>
<?php single_cat_title(); ?>
<?php while (have_posts()) : the_post(); ?>
“><?php the_title(); ?>
<?php endwhile; ?>