So I feel like I am doing something obviously simple, yet can't figure out what!
I've created my custom post type 'project' and created single-project.php to display the individual project posts. It's working (sort of), my problem is that instead of displaying the content for just the 1 post, it shows the content for all of the posts i've created.
Here's my single-project.php file:
http://pastebin.com/z20gVtEL
Any help would be much appreciated!