Göstermek istediğiniz sayfaya;
<?php query_posts('showposts=10'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
<?php endwhile;?>Bu kodu yapıştırınız.
Bu kod ile 10 tane son yazılan içerik gösterilecektir, koddaki sayıyı değiştirerek azaltıp arttırabilirsiniz. Tasarımı düzenlemek için css kullanabilirsiniz bu kod ile temanızın orjinal hali ile kullanılacaktır.
wordpres de sayfa oluşturmadan yeni bir sayfa oluşturdum özel bir tema kullanıyorum yanlız tema içerisinde bu kodu nereye ekleyeceğimi tam bulamadım