Attachment image single page

Refer to the Template Hierarchy for attachment post types:

  • `$mimetype.php
  • $attachment.php
  • single-attachment.php
  • single.php
  • index.php

So for an image attachment, name your template file image.php.

Then, to link to the single post view for an attachment, you would link to it like any other post: get_the_permalink( $postid ).