isousluer adlı üyeden alıntı: mesajı görüntüle
hocam yazi.php yi atman lazım biraz karışık sanki bu çözemedim :S
yazi.php:

<div class="icerik" id="post-<?php the_ID(); ?>"><div class="ust"><span></span></div>
<?php if(($onceki) | ($sonraki)){?><h1><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h1><?}else{?>	<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h2><?}?>
		<div class="yazi">
				<div class="yazi-ust">
				<div class="yazi-tarih"><abbr><?php the_time('d F Y') ?></abbr></div>
				<div class="yazi-yorum"><abbr><?php comments_popup_link('Yorum Yap »', '1 Yorum »', '% Yorum »'); ?></abbr></div>
				</div>
			
		<?php the_content(' '); ?>
				



</center></td></tr></table>	
			<div class="post-footer"><b><span class="kategori"><?php the_category(', ') ?></span></b>
			</div>
		</div><div class="alt"><span></span></div>
	</div>

yazi2.php:

<div class="icerik2" id="yazi-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_title(); ?></a></h2>
		<div class="yazi2">
				<div class="yazi-ust">
				<div class="yazi-tarih"><abbr><?php the_time('d F Y') ?></abbr></div>
				<div class="yazi-yorum"><abbr><?php comments_popup_link('Yorum Yap »', '1 Yorum »', '% Yorum »'); ?></abbr></div>
				</div>
<?php $values = get_post_custom_values("thumb"); ?>
	<a style="padding-right:2px;" href="<?php the_permalink() ?>" title="<?php the_title(); ?>" >
<?php if($values==""){?><img style="float:left;"src="<?php bloginfo('template_directory'); ?>/images/resimyok.gif" alt="<?php the_title(); ?>" height="80" width="90" /><? }else{ ?>	<img style="float:left;"src="<?php echo $values[0]; ?>" alt="<?php the_title(); ?>" height="80" width="90" /><? } ?>
	</a>
		<?php the_content_rss('', TRUE, '', 50 ) ; ?></div>
			<div class="post-footer"><b>
			<span class="kategori"><?php the_category(', ') ?></span>
			</b>
			</div>
		
	</div>