wordpress featured image

What is happening is that your theme does not have support for featured image.
What you need to do is add in the functions.php file of your theme the line :

if (function_exists('add_theme_support')) {                     
    add_theme_support( 'post-thumbnails' ); 
}

and then you will be able to use featured image in your theme

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