postratings 1.20
4
●565
- 04-10-2007, 00:00:53wp 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:36WP-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:50Kimlik 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<?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');?>
<span class="post-date"><?php the_time('j M, Y') ?></span>
<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 »')); ?>
<?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ç bulunamadı.'); ?></h2>
</div>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
kod döngünün içinde ama css olayını anlamadım
css hatası dediniz nasıl birşey anlamadım css kodlarını sitnin kendi stil sayfasına ekledim yine olmadı