Abend zusammen,
hab mir eben erfolgreich das Plugin WP-PostRatings 1.20 installiert
und es funzt einwandfrei.
Nur ich möchte die Rating Sterne an einer bestimmten stelle haben wo
ich sie leider nicht hinkriege!!
hab auch mal ein screen gemacht:
[Blockierte Grafik: http://img4.imagebanana.com/img/i4oeuh8/screen.jpg]
das rot eingekreiste möchte ich neben "Kommentare (0) stehen haben.
hier ist der code den ich in meiner index.php einfügen muss:
und hier ist meine index.php:
PHP
<?php get_header(); ?>
<div id="content"><!-- the content -->
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post"><!-- the post -->
<h1 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>
<p class="date"><?php the_time(__('l, j. F Y G:i','avenue')) ?><?php edit_post_link(__(' | Eintrag bearbeiten','avenue'),'',''); ?></p>
<div class="entry"><!-- the entry -->
<?php the_content(__(' [...]','avenue')); ?>
</div><!-- end of the entry -->
<p class="info_m"><?php _e('Thema: ','avenue'); ?><?php the_category(', ') ?> <strong>| </strong>
<?php comments_popup_link(__('Kommentare (0)','avenue'), __('Kommentare (1)','avenue'), __('Kommentare (%)','avenue')); ?></p>
</div><!-- end of the post -->
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php posts_nav_link('','',__('« vorherige Beiträge','avenue')) ?></div>
<div class="alignright"><?php posts_nav_link('',__('nächste Beiträge »','avenue'),'') ?></div>
</div>
<?php else : ?>
<h2><?php _e('Nichts gefunden','avenue'); ?></h2>
<p><?php _e('Sorry, Du suchst nach etwas das nicht hier ist.','avenue'); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?><?php endif; ?>
</div><!-- end of the content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
ich würde euch sehr dankbar sein wenn ihr mir helfen könntet!!
MFG aShame