
Durmadan bir hata alıyorum çözemedım gitti.Kuran varmı ?
53
●5.908
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td valign="top" class="cell-t" style="border:1px solid #ccc;">Category Title 1</td>
</tr>
<tr>
<td class="cell-h">
<?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
<div align="center" class="Landscape-image"><a href="<?php the_permalink() ?>"><img style="padding:0px; margin:0px; border:0px;" height="150" width="225" src="<?php echo get_post_meta($post->ID, "Landscape", true); ?>" /></a></div>
<?php the_content_limit(250, ""); ?>
<div style="display:block; text-align:center;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title2('', '', true, '40') ?> »</a></b></div>
<?php endwhile; ?>
</td>
</tr>
</table><td valign="top" class="cell-t" style="border:1px solid #ccc;">Category Title 1</td>