=== Most Read Posts in XX days ===
Contributors: mrbrown
Donate link: http://www.studio404.it/2006/plugin-wordpress-articoli-piu-letti.html
Tags: stats, hits, visits, count, posts
Requires at least: 2.6.3
Tested up to: 2.6.3
Stable tag: trunk

Counts and shows hits for each post in your WordPress blog.

== Description ==

Most Read Posts counts posts readings and shows most read posts in your blog. It allows you to:

* Show hits in the single Post page
* Show hits in Index and Archive pages
* Show most read posts in last X days in the Sidebar (Widget)

== Installation ==

1. Upload the plugin file and the `most-read-plugin` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. If needed, configure Options and the Widget
1. Place these tags in your template:

* `single.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');
 ?>`
 
== Frequently Asked Questions ==

= How are you? =

Fine, thanks!

== Screenshots ==

1. noscreenshot
