WP-Post Views
Download: http://wordpress.org/extend/plugins/wp-postviews/
Installation:
PlugIn in den Ordner wp-content/plugins kopieren.
Einbauen in die Seite:
- 1. Open wp-content/themes/<YOUR THEME NAME>/index.php
- 2. You may place it in archive.php, single.php, post.php or page.php also. --> index.php/single.php/loop.php für Blog-Einträge
- 3. Find: <?php while (have_posts()) : the_post(); ?>
- 4. Add Anywhere Below It (The Place You Want The Views To Show): <?php if(function_exists('the_views')) { the_views(); } ?>