سلام
من می خوام عکس کوچیک در کنار و یا بالا عنوان نمایش داده بشده.
اما حالا وقتی عکس کوچیک ادد می شه هر 3 پست یکعکس را نمایش می ده.
این هم کد ی که استفاده می کنم.
<table width="180%"border="0">
<tr>
<td width="19%">
<a href="<?php echo get_permalink(432); ?>" rel="bookmark" title="<?php if(function_exists('the_views')) { the_views(); } ?>">
<?php the_post_thumbnail(432); ?>
<?php echo get_the_title(432); ?>
</a>
</td>
<td width="25%">
</td>
<td width="5%">
<a href="<?php echo get_permalink(377); ?>" rel="bookmark" title="<?php if(function_exists('the_views')) { the_views(); } ?>">
<?php the_post_thumbnail(377); ?>
<?php echo get_the_title(377); ?>
</a>
</td>
<td width="25%">
</td>
<td width="21%">
<a href="<?php echo get_permalink(376); ?>" rel="bookmark" title="<?php if(function_exists('the_views')) { the_views(); } ?>">
<?php echo get_the_post_thumbnail( $id, array(90,90) , $attr ); ?>
<?php echo get_the_title(376); ?> </a>
</td>
</tr>
</table>