Remove [ and ] from excerpt

Use the excerpt_more filter hook:

function mytheme_excerpt_more( $text ) {
    $text="...";
    return $text;
}
add_filter( 'excerpt_more', 'mytheme_excerpt_more' );

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