Tag Archives: platform

Widgetizing plugins - popularity code & wordpress

I added a little PHP to my Popularity plugin to allow me to plug it into this here Theme without needing to edit the Sidebar.php - which wouldn’t be an issue (this time) but I’ve changed theme 3 times today - so enough is enough!
// Widget stuff
function widget_most_pop_register() {
if ( function_exists(’register_sidebar_widget’) […]