Wordpresste son mesajı çağırmak kodu şudur eğer nextgen gallery kullanıyorsan tam istediğin şey.
<?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
<?php endwhile; ?>cat=1 categori id si
showposts=1 ise kaç tane son mesaj istiyorsan o kadar yazıyosun