PHP
<div id="featured">
<h3>Ausgewälte Einträge</h3><br/>
<?php query_posts((array('category__in' => array(53,197), 'orderby' => 'rand', 'showposts' => 12)));
while ( have_posts() ) : the_post(); ?>
<a href="<?php the_permalink() ?>" class="Tips2" title="<?php the_title(); ?> :: <?php the_content_rss('', TRUE, '', 25); ?>"><img src="<?php $key="thumbnail"; echo get_post_meta($post->ID, $key, true); ?>" alt="<?php the_title(); ?>" /></a>
<?php endwhile; ?>
ok dann die kategorien dazu
ids in aufsteigender Reihenfolge
tuts ja bei mir auch ...
lg