Change this block in cardozawppoll.php init(); } register_sidebar_widget(__('Cardoza Wordpress Poll'), 'widget_cardoza_wp_poll'); } ======================================================== to ======================================================== init(); } wp_register_sidebar_widget('cwppoll', __('Cardoza Wordpress Poll'), 'widget_cardoza_wp_poll'); }