Hi
hab das plugin rate it installiert .. doch versteh ich nicht wie ich es einbinden soll
hier die readme datei:
++++++++++++++++++++++++++++++++++++++++++++++++++++
Adding the rating system
--------------------------
There are 2 functions that power the rating system that need to be added to your WordPress theme templates:
<?php rating_icon($post->ID); ?>
This is the function that displays the icon if there is one.
<?php if_admin($post->ID); ?>
This shows the admin rate controls, so you can rate your own posts.
You need to add the functions exactly as I have them listed here, and once you do that you should be good.
As an example, I have the functions set up like this:
<?php the_title(); ?> <?php rating_icon($post->ID); ?> <?php if_admin($post->ID); ?>
This give me:
[My Great Post title] [Icon - (if there is one)] [1/10/30 - (admin rate tool)]
You can of course put the functions where ever you would like, I just think this placement makes the most sense.
++++++++++++++++++++++++++++++++++++++++++++++++++++
"...need to be added to your WordPress theme templates" ???
ja aber wo muss ich das php einfügen? index?
bitte hilfe!
Danke im voraus!