<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul> bu kısım
<div class="arsiv"></div>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>olarak değiştirilir daha sonra style.css'e
.arsiv {
background-image: url(resim.png);
background-repeat: repeat;
}eklenir.