Stats Helper Plugin 0.5: Filtering by type (post/page)

UPDATE: Also removed some passing by reference in foreach, that was unsupported in PHP4 too.
UPDATE: Due to recent complaints I removed the try...catch block and now the plugin is PHP4-safe again.
Following a suggestion from Alex, I’ve updated the wordpress.com stats helper plugin to version 0.5. The main change is that you can filter items by type in most visited list.

The new version also comes with a new template function for most visited posts, using a more flexible argument passing method (via an array).

Continue reading

Stats Helper Plugin 0.4: Timeframe selection, Post/Page views

I’ve been waiting for the wordpress.org/extend hosting to be activated before posting updates to the Stats Helper Plugin. So here goes!

Version 0.4 brings:

  • Possibility to specify a timeframe for the stats
  • Possibility to retrieve views for a specific post/page (by id)
  • (Hopefully) better usage documentation

Get it at: http://wordpress.org/extend/plugins/wordpresscom-stats-helper/!