Hey filosofo, i got it!
I have now created this code:
<div id="mpu_test1">
<?query_posts(array(
'showposts' => 4,
'offset' => 9,
'random' => true,
'category__not_in' => array(95,145,226),
));?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div>
<table width="100%" border="0">
<tr>
<td><img src="<?php echo bloginfo('template_url'); ?>/thumb.php?src=<?php echo get_post_meta($post->ID, "image", $single = true); ?>&h=57&w=100&zc=1&q=95" alt="<?php the_title(); ?>" class="th" /> </td>
<td><?php the_title(); ?></td>
</tr>
</table>
</div>
<?php endwhile; else: ?><p>Oops, no posts!</p><?php endif; ?>
but that gives this output:
(see screenshot)
http://i44.tinypic.com/20fxrn6.jpg
How to make the results right under each other?
Instant of this?:
- item
- item
- item
- item