WP-Piwik is intended to show display Piwik stats in your WordPress dashboard, not to build a toplist. But you can see most visited pages and top referrers in your stats: Dashboard -> WP-Piwik
ok i get that.
bu i have a multisite install and was wondering how can i get it to display the top 20 most visited blogs.
and make it public without making the whole admin section public.
As far as I’m concerned there is no Piwik API function to fetch the “All Websites dashboard” data. Fetching each blog’s data to show a toplist would be to slow to use.
After adding a data cache to WP-Piwik (supposed to be added in 0.9.1) it will be possible to show the cached data… but this requires to fetch each blog’s data every day.
Maybe there is a Piwik widget solution to add the “All Websites” dashboard to a public stite?