You want a widget on your sidebar that shows the most viewed posts on WordPress.com?
no. i used to have a wordpress blog hosted on WordPress.com that had that widget.
i installed wp 2.2 with a different host and that widget is gone. is not in the list of available widgets that came with the installation.
the widget would show the most viewed posts on my blog…
Not sure if these all widgety or not (I don’t use widgets) but worth a look?
Popularity Contest is at http://alexking.org/projects/wordpress
Gamerz has a couple that might fit: http://www.lesterchan.net/portfolio/programming.php
i found this code
at http://weblogtoolscollection.com/archives/2006/06/03/wp-plugin-top-10-posts-with-widgets-support/
that might help me. instructions are to place it inside the wp-loop. do you know where i can find the loop?
The_Loop is in your theme’s index.php (at a minimum). If your theme has a single.php it’ll be there as well.
(click that link to learn more bout The Loop)