Oh, i wrote wrong here, the file is named single-catablog-items.php.
Well, the file is actually looking like the single.php
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<div class="entry">
<?php the_content(); ?>
</div>
I want to have it like this, but this won’t work.
<div class="entry">
%MAIN-IMAGE%
<h2>%TITLE-LINK%</h2>
%DESCRIPTION%
</div>
But that doesn’t work, as you might understand. I have a solution, that’s too create pages manually, and then add [catablog category=””x] to each page.