post-id değerlerini yazdırıcaksın yada döngüde php ile saydırma yapıcaksın.

Post id ile yapmak için < ? php the_ID(); ? > bu kodu ekliceksiniz.

Döngü kodunun içine örnek bir kod ekliyorum ona göre düzenlersin :)
< ? php $saya=1; { query_posts('.........); while (have_posts()) : the_posts(); ? >

< ? php $saya++;? >
< ? php endwhile; ? >