Get the post attached to a image attachment

Roughly this:

$parent = get_post_field( 'post_parent', $id);
$link = get_permalink($parent);

Leave a Comment