How to remove calendar widget?

It’s easy to remove a default widget from WordPress. Just add this to your functions.php file:

function remove_calendar_widget() {
    unregister_widget('WP_Widget_Calendar');
}
add_action( 'widgets_init', 'remove_calendar_widget' );

See more here: http://codex.wordpress.org/Function_Reference/unregister_widget

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)