WordPress Türkiye Forumları

WordPress Türkiye Forumları » Eklentiler

Etiket görünmü sorunu

(1 mesaj(lar))
  • 1 yıl önce Bros tarafından başlatıldı
  • Bu konu Çözülmemiş

Etiketler:

  1. Bros
    Üye

    Merhaba
    UTW etiket eklentisini kullanıyorum.
    etiketlerden herhangi birine tıkladığım zaman doğru sonuca götürüyor ama sidebar aşşağıya kaymış durumda gözüküyor.konu başlığına tıklayınca herşey gayet normal ama etikete tıklayınca bu sorun oluyor.kodlamdan anlamadığım için size sormak istedim . sanırım sorun UTE eklentisiyle gelen tag.ph dosyasında. tag.php dosyasının içeriği şöyle ;Düzeltme yapacağım yerleri söylerseniz sevinirm.Birde etikete tıkladığımda yine o kaymış olan sayfada şöyle bir yazı çıkıyor.(kouyla ilgili etiketler)
    Tagged etiket1,etiket2,etiket3 and etiket4 ama bu yazıların boyutu fazlasıyla büyük :(

    <?php get_header(); ?>

    <?php UTW_ShowCurrentTagSet('tagsetcommalist') ?>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    ">
    <h2 class="posttitle">" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
    <h3 class="tags"><?php UTW_ShowTagsForCurrentPost("commalist", array('last'=>' and %taglink%', 'first'=>'tagged %taglink%',)) ?></h3>


    <?php the_content('Read the rest of this entry »'); ?>

    <?php edit_post_link('Edit','','/'); ?><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

    <?php endwhile; ?>

    <?php else : ?>

    <h2 class="center">Not Found</h2>
    <p class="center">Sorry, but you are looking for something that isn't here.</p>
    <?php include (TEMPLATEPATH . "/searchform.php"); ?>

    <?php endif; ?>


    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    1 yıl önce #

Bu konu için RSS beslemesi

Cevapla

Mesaj göndermek için giriş yapmalısınız.