• 28-11-2008, 22:49:37
    #19
    Kıramadıysanız site adresini alayım .
  • 28-11-2008, 23:17:29
    #20
    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 .