• 05-08-2009, 01:13:36
    #1
    Merhaba Simple Tags Kullanıyorum ancak

    ayrı bır sayfa olusturup tum tagları orada yayınlamak ıstıyorum

    olusturacagım sayfaya eklemem gereken html kod nedır ?
  • 05-08-2009, 01:38:01
    #2
    Üyeliği durduruldu
    DusLerforum adlı üyeden alıntı: mesajı görüntüle
    Merhaba Simple Tags Kullanıyorum ancak
    ayrı bır sayfa olusturup tum tagları orada yayınlamak ıstıyorum
    olusturacagım sayfaya eklemem gereken html kod nedır ?
    <?php
    /*
    Template Name: etiket_bulutu
    */
    ?>
    <?php
    get_header();
    ?>
    <div id=”content”>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div>
    <h3 id=”post-<?php the_ID(); ?>”> <a href=”<?php the_permalink() ?>” rel=”bookmark”>
    <?php the_title(); ?>
    </a>
    </h3>
    <div><?php wp_tag_cloud(’smallest=8&largest=18&number=999&order=RAND’); ?></div>
    </div>
    <!–
    <?php trackback_rdf(); ?>
    –>
    </div>
    <?php endwhile; else: ?>
    <p>
    <?php _e(’Sorry, no posts matched your criteria.’); ?>
    </p>
    <?php endif; ?>
    <p><span>
    <?php if(function_exists(’wp_pagenavi’)) { wp_pagenavi(); } ?></span>
    </p>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    Oluşturma işlemini bildiğini düşünüyorum..
  • 05-08-2009, 17:18:49
    #3
    bu ayrı yenı bır sayfa oılusturmak ıcın benım bahsettııgm yenı bır sayfa olusturup html kodunu eklıyıp tum tagları gostermek bır kodu olmalı onun
  • 05-08-2009, 17:36:29
    #4
    <?php wp_tag_cloud('smallest=8&largest=22&number=30&orde rby=count'); ?>

    Number değerini değişerek listelenmesini istediğin kadar listelesin.
  • 05-08-2009, 22:01:04
    #5
    eğer bütün tagları gösterecekseniz bu kodları kullanmanızı hiç önermem.