Thanks Michael.
Do you have a better way to achieve this?
I'll try to describe what I'm trying to achieve a bit better, and hopefully clearer. I really need help with this as this will be my first WP theme.
The website I'm converting to use WP is http://balsi.be/home
The idea is for the WP theme to look and behave almost identical to what you see there.
As you can see, there is a large header image which pertains to the most recent post, "vom Ball zum Pögg". Each post has one associated header image with it. If I click on an older post, e.g. "Balsi gewinnt Krebsliga-Pitch" it should open that post in the single view, with that post's header image displayed, and no other posts displayed.
The way I've set this up so far is to have a "news" category for posts where you write new posts and attach one image to them, not actually embed into the post but just attach. Then on the home page I get the attachment of just the most recent post and show it in the header. Make sense so far? I hope so.
This part I have achieved fully.
The problem: I also need to have a category for projects. If you go to http://balsi.be/portfolio you will see what this will look like.
So, the idea is to have a page which shows a thumbnail of each project there is. For simplicities sake let's say each project also only has one image attached, and so has a thumbnail available to us.
Then when I click on a project thumb I should be taken to a special single view for projects where I can read about the project, see the image, and jump to other projects.
Please keep in mind the site I'm showing you here is NOT WordPress, it is just custom PHP/HTML.
So in summary, I need to find a way to do all of the following:
1. Display the image attached to the most recent news post on the home page.
2. Show only the posts belonging to the news category on the home page.
3. Style the last shown news post differently then the others.
4. Show only the posts belonging to the projects category on the portfolio page (or category or whatever I should be calling that)
I've been going over the documentation a ton but I'm new to this and could really use some help.
Thank you for reading and trying to help!