How to display before H1 Title

Try to use filter like

add_filter('the_title', 'new_title', 10, 2);
function new_title($title, $id) {
    if('your-post-type' == get_post_type($id))
        $title="Add your DIV block here";
        $title .= $title;
    return $title;
}

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