Sadece liste halinde göstermek için tema dosyaları içindeki archive.php dosyasında
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?> için kalıcı bağlantı"><?php the_title(); ?></a></h3>
<small><?php the_time('l, d M Y') ?></small>
<div class="entry">
<?php the_content() ?>
</div>
<p class="postmetadata">Kategori <?php the_category(', ') ?> | <?php edit_post_link('Düzenle', '', ' | '); ?> <?php comments_popup_link('Yorum yok »', '1 Yorum »', '% Yorum »'); ?></p>
</div>bu kodlar yada buna benzer kodlarda düzenleme yapabilirsin.
Mesela bunun yerine
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?> için kalıcı bağlantı"><?php the_title(); ?></a></h3>
</div>
biçiminde kullanabilirsin.
Diğer sorun için
Wordpress Sayfa Sayaç Eklentisi - Günlük Haftalık Aylık bakabilirsin