Is it possible to make statpress show top 10 posts on your site?
Is it possible to make statpress show top 10 posts on your site?
Statpress is pretty easy to hack if you just want to change the limits for things it reports. Edit statpress.php and search for "Top Pages". The code there is:
iriValueTable("urlrequested","Top pages",5,"","urlrequested","AND feed='' and spider=''");
Change the 5 to 10, save, and you're done.
This topic has been closed to new replies.