Da hast du es wohl falsch eingebaut. Poste doch mal wie... 2-3 Zeilen davor und danach sollten genügen.
Wenn du es nur in die single.php einbaust, dann erscheint das Rating auch nur in der Einzelansicht. Weitere Dateien sind index.php, archive.php usw.
Alles klar, und wo muß es dann in die index und archive.php dann rein?
Sorry, bin echt Newbie......grrrrrr
Ok, hier die Zeilen der single.php
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_ratings() ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
</div>
und hier die der comment.php
<ol class="commentlist">
<?php foreach ($comments as $comment) : ?>
<li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
<?php comment_author_link() ?> <?php _e('said','wp_multiflex'); ?>:
<? php comment_author_ratings ();?>
<?php if ($comment->comment_approved == '0') : ?>
<em><?php _e('Your comment is awaiting moderation.','wp_multiflex'); ?></em>
<?php endif; ?>
<br />
Alles anzeigen
Habe mal 2 screens gemacht.
Das hier zeigt es in der Übersicht an, ohne Rating:
wie man sieht ist das Rating über dem Artikel....nicht wie bei anderen zu sehen unter dem Artikel.