Counts and shows hits for each post in your WordPress blog.
most-read-plugin directory to the /wp-content/plugins/ directorysingle.php
<?php ST4_single_hits(); ?>
index.php (and / or archive.php etc...), in the Loop
<?php ST4_hits(); ?>
sidebar.php (only if you don't use Widgets)
<?php
// last 5 posts in last 30 days, show the hits
ST4_mostread(30,5,'yes');
?>
Requires: 2.6.3 or higher
Compatible up to: 2.6.3
Last Updated: 2009-2-19
Downloads: 9,354
0 of 0 support threads in the last three weeks have been resolved.
Got something to say? Need help?