Alıntı
<div id="footer-wrap">

<div id="footer-columns">
<div class="col3">
<h2>Son Yazılar</h2>
<ul>

<?php if (function_exists('mdv_recent_posts')) { mdv_recent_posts(5); } ?>
</ul>

<div class="col3-center">
<h2>Aylık Arşivler</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</div>

<div class="col3">
<h2>Son Yorumlar</h2>


<ul>

<?php wp_recentcomments('limit=5&length=16&post=false&sm ilies=true'); ?>
</ul>
</div>

<div id="footer-bottom">
<p align="center">
&copy; 2009


</p>
</div>
</div></div>
Dene bi .