- Nom : WP-PostRatings
- Version : 1.02.a
- Description : Permet d'avoir un système de vote des articles en Ajax
- Demo: http://www.lesterchan.net/wordpress/
- Support: http://forums.lesterchan.net/viewforum.php?f=24
- Auteur : Lester Chan
- Site du Plugin : http://www.lesterchan.net/portfolio/programming.php
- Site de l'Auteur : http://www.lesterchan.net
- Compatibilité : WP 2.0
- Licence : GPL
- URL de téléchargement : http://www.lesterchan.net/others/downloads.php?id=20
Installation
modifierAprès l'avoir activé, il faut modifier manuellement le fichier index.php situé dans le répertoire : wp-content/themes/<YOUR THEME NAME>/index.php
et tout les autres fichiers nécessaires (archive.php,page.php, single.php etc)
Ensuite trouver la ligne
<?php while (have_posts()) : the_post(); ?>
et ajouter ça à côté selon vos dispositions :
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>