son yazılar en çok görütülenenler ve son yorumlar
2
●479
- 18-08-2007, 04:07:04Üyeliği durdurulduTemanızın sidebar.php dosyasını açın uygun yere ekleyin..
<li><h2>Sok Konular</h2> <ul> <?php $myposts = get_posts('numberposts=10&offset=1'); foreach($myposts as $post) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul> </li>Temanızın sidebar.php dosyasını açın uygun yere ekleyin..
<li><h2>Son Yorumlar</h2> <ul class="latestactivity"> <?php blc_latest_comments(); ?> </ul> </li>
Son yorumlar aktiflik için ekteki brianslatestcomments.php yi wp-content/plugins dizinine gönderin..