Did what I wanted it to, but needed two deprecated calls replaced. FYI should anyone wish to update, it’s just lines 86 and 87. Needs to be changed to something like:
wp_register_sidebar_widget(‘popular_this_week_1’, ‘Popular This Week’, ‘popular_this_week’);
wp_register_widget_control(‘ptw_options_1’, ‘Popular This Week’, ‘ptw_options’);
Thanks for the widget!
]]>It looks like the query to retrieve the 5 most popular posts is taking a long time to compute on my machine. It’s sorting through roughly 50000 rows in the ptw table.
Do you have any suggestions or feedback on how to improve?
Thanks
https://www.ads-software.com/extend/plugins/popular-this-week/
]]>Hi,
Great plugin, but noticed that Firefox’s prefetching was skewing the results because it was prefetching the next page on the blog and counting those visits too.
I’ve added a patch to my installation which you can see here:
https://www.fidgetwith.com/2010/07/24/firefox-prefetching-caused-problem-with-wordpress-plugin/
It might be an idea to include this in future updates?
https://www.ads-software.com/extend/plugins/popular-this-week/
]]>