CD der Woche

<?php query_posts(‘cat=cd-der-woche’);
if (have_posts()) : while (have_posts()) : the_post();
the_title();
the_content();
endwhile; endif;

?>