Langsam verzweifel ich hier noch mit dem Wordpress.
Hab mir gestern Abend WP-PostRatings 1.50 installiert. Heute morgen dann den Code
jeweils in die index.php und single.php
Die Votingsterne sind da aber ich kann nicht voten. Sie bleiben immer grau.
Mein Code:
PHP
<div class="count"><?php //comments_number('0','1','%'); ?></div>
<h2><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="postdata">
<ul>
<li class="time"><?php the_time('F jS, Y') ?></li>
<li class="posted">Posted in <?php the_category(', ') ?></li>
<li><?php edit_post_link('Edit', '', ''); ?></li>
</ul>
<p><?php if(function_exists('the_ratings')) { the_ratings(); } ?></p>
</div>
<?php the_content('Continue reading...');?>
Alles anzeigen
Was ist daran falsch?