
Resimden de anlayacağınız gibi konu başlıkları uzun olunca şablonda kaymalar oluyor.Bunu sol resimdeki gibi nasıl yapabiliriz acaba ? ("Devamını oku..."özelliğine bakarak yapmaya çalıştım ama hata verdi beceremedim galiba.Şimdiden Teşekkürler..)
İndex.php
<?php get_header(); ?>
<div id="sayfaust"></div>
<div id="sayfaorta">
<?php include (TEMPLATEPATH . "/manset.php"); ?>
<?php include (TEMPLATEPATH . "/hvideosu.php"); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<?php
$resmim= get_post_meta($post->ID, "thumbnail", true);
if ($resmim!="") { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<img src="<?php echo $resmim ?>" width="191" height="120" alt="" /> </a>
<?php } else { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<img src="http://tinypic.com/2e0jnn6.jpg" width="191" height="120" alt="" /></a>
<?php } ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="oynat"><a href="<?php the_permalink() ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/oynat.png" /></a></div>
<div id="habermeta">
<div class="oyla"><div class="yasla"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div></div>
<div class="izlenme"><div class="yasla2"><?php if(function_exists('the_views')) { the_views(); } ?></div></div>
<div class="yorum"><div class="yasla3"><?php comments_popup_link('0', '1', '%'); ?></div></div>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<?php endif; ?>
</div>
<?php include(TEMPLATEPATH."/right.php");?>
</div>
<div class="sayfaalt"></div>
<?php get_footer(); ?>