• 30-09-2012, 01:59:29
    #10
    . . .
  • 08-09-2013, 21:22:34
    #11
    benım siteye çok güzel oldu ya eyallah kardeş : )
  • 30-07-2015, 01:16:39
    #12
    <?php
    query_posts('v_sortby=views&v_orderby=desc');
    while (have_posts()) : the_post(); ?>
    Burda Mesala 5 tane konu gösterimi yapabilirmiyiz. Ben uğraştım yapamadım
  • 07-09-2015, 22:27:03
    #13
    ben en sonunda yaptım kullanacaklar için paylaşıyorum Resimli Açıklamalı ve 4 adet gösterimli siz burda
    showposts=4
    İstediğinz gibi değiştirebilirsiniz.

    <?php query_posts('v_sortby=views&v_orderby=desc&showposts=4');
    while (have_posts()) : the_post ();?>
    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
    <img src="<?php bloginfo('template_directory'); ?>/js/resim.php?src=<?php echo resim_cagir(); ?>&amp;w=100&amp;h=60&amp;zc=0" alt="<?php the_title(); ?>" />
    </a>
    <p><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><?php the_content_limit(80, ""); ?></p>
    
    <?php endwhile; ?>