Tell WP to use a specific template file in posts

Use below code for getting post format, simple made condition if post format =”standard” then load your preferred template

 $format = get_post_format();
if($format ="video")
{
get_template_part( 'format', $format );
}

Something like this.

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