arkadaşlar, thumbnail'ler alt alta geliyor. yan yana nasıl gelmeli? nedir bunun css kodu?
archive.php dosyası
Alıntı
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<?php
$values = get_post_custom_values("thumbnail");
if ($values[0]!='') { ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo $values[0]; ?>" alt="<?php the_title(); ?>" /></a>
<?php } ?>
<div style="clear:both;"></div>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
<p><?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?></p>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>
burada da style dosyası var.
http://www.filedropper.com/style_2