• 04-10-2007, 00:00:53
    #1
    wp 2.3 Türkçe kurdum ve postratings 1.20 eklentisini ekledim, eklenti kurulumunda herhangi bir hata ile karşılaşmadım ama oy verme çalışmıyo,single.php sayfasına;<?php if(function_exists('the_ratings')) { the_ratings(); } ?> kodunu ekledim, yıldızlar görünüyor ama tıklanamıyor, üstüne gelince renk değişimide gerçekleşmiyor.
  • 04-10-2007, 00:05:36
    #2
    WP-PostRatings 1.20 Readme
    Burada (Usage kısmında) anlatıldığı gibi The Loop'un içine mi koydun yoksa rastgele bir yere mi? single.php dosyasını buraya kopyalayabilir misin?
  • 04-10-2007, 00:33:50
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    eger css ile içine almadıysan belki o yüzden olabilir.

    Buraya kopyalarsan bakabiliriz, diger kategori,arşiv isimlerinin oldugu kısımlar gibi css kullanarak yaparsan olması gerekir.
  • 05-10-2007, 00:46:48
    #4
    <?php get_header(); ?>

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

    <div class="post" id="post-<?php the_ID(); ?>">
    <h2 class="posttitle">
    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permalink to '); ?> <?php the_title(); ?>"><?php the_title(); ?></a>
    </h2>
    <p class="postmeta">
    Yazan, <?php the_author('nickname');?>&nbsp;
    <span class="post-date"><?php the_time('j M, Y') ?></span>&nbsp;
    <span class="post-filed"><?php the_category(', ') ?></span>
    <?php edit_post_link(__('Edit'), ' · ', ''); ?>
    </p>
    <?php the_tags('Etiketler: ', ', ', '<br />'); ?>
    <div class="postentry">
    <?php the_content(__('Read the rest of this entry &raquo;')); ?>
    <?php wp_link_pages(); ?>
    Puanla :<?php if(function_exists('the_ratings')) { the_ratings(); } ?>//kod burda döngünün içinde
    </div>
    </div>
    <div class="post">
    <?php comments_template(); ?>
    </div>
    <div class="post">
    <h2 id="postcomment">Benzer Yazılar</h2>
    <br>
    <?php related_posts(); ?>
    </div>
    <?php endwhile; else : ?>

    <div class="post">
    <h2><?php _e('Sonu&ccedil; bulunamadı.'); ?></h2>
    </div>

    <?php endif; ?>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>


    kod döngünün içinde ama css olayını anlamadım
  • 08-10-2007, 23:07:31
    #5
    orijinal temada ve başka temalarda denedim çalışmadı yine, css hatası dediniz nasıl birşey anlamadım css kodlarını sitnin kendi stil sayfasına ekledim yine olmadı