Adding if statement to content for homepage

Check for is_front_page() and if you want to catch the first page only inspect get_query_var( 'paged' ) too:

if ( is_front_page() and 2 > get_query_var( 'paged' ) )
{
    // we are on the first page of the front page
}

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