Teşekkür ediyorum ancak şöyle bir durum vardı son eklenenler listesinde ben üstlerine gelince tarih ve saatin çıkmasını istiyordum şöyle bir şey yaptım

<div class="sagbas">SON YAZILAR</div>
<TABLE>
<?php $kategorison = new WP_Query("cat=2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,3 3,34,35,36,37,38,39,40&showposts=10"); while($kategorison->have_posts()) : $kategorison->the_post();?>
<TR>
<TD STYLE="font-size:11px; border-bottom:1px solid #AABBAB;">
<a href="<?php the_permalink() ?>" title="<?php the_date(); ?> <?php the_author(); ?>"><?php the_title(); ?></a>
</TD>
</TR>
<?php endwhile; ?>
</TABLE>

Bu şekilde oldu