anasayfada yanyana getirmem lazımilgili css kümesi
#content {
float:left;
width:300px;
margin:0 3px;
}
.post {
float:left;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
background:#f5f5f5;
border:1px solid #eee;
color:#808080;
}
.postimg {
float: left;
margin: 15px 15px 10px 0px;
}
.title {
margin: 0px 0px;
padding: 0px 0px;
}
///////////////////////////////////////////
ilgili kod alanı
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="title">
</div>
<div class="postmeta">
<span class="date"> <?php the_time('j - M - Y'); ?></span> <span class="comm"><?php comments_popup_link('0 Yorum', '1 Yorum', '% Yorum'); ?></span>
</div>
<div class="entry">
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php if ( has_post_thumbnail() ) { ?></a>
<?php } else { ?>
<img class="postimg" src="<?php bloginfo('template_directory'); ?>/images/dummy.jpg" alt="<?php the_title(); ?>" width="250" height="150" />
<?php } ?>