CHRISAMDESIGNS
more
http://www.chrisamdesigns.com/create-a-photo-album-gallery-in-wordpress-without-a-plugin/
This would allow each image to be placed appropriately in the grid, and we will get the style how we want it.
Next thing you need to do is create a single-attachment template. This will be the page where the user will be taken to, so they can view each individual image. They will see the image title, photographer’s name and photographers URL here. You can follow our tutorial on How to Create a Custom Single Attachments Template in WordPress.
Feel free to style the single template however you like.
Now the only thing left in the list is to create an individual albums page. Again assuming that your custom post type is called albums, you will need to create a single-albums.php file. Copy all the header, footer, sidebar, or any other design elements that you want.
In the loop element basically do the same thing that we did with the archive-albums template. Before you add the featured image and the attachments grid though, you need to add the album title and description. Which can be done by simply adding the code like this: