add anchor tags rel to thumbnails id

You can add ID’s to thumbnails like this.

<?php 
    $attributes = array(
        "class" => "main-image portfolio " . $extraLastClass,
        "id" => "photo_" . $post->ID,
    );
    the_post_thumbnail( "large", $attributes );
?>

Notice I have append id with $post->ID.

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