I am working on a website and have created a childtheme using Thematic as the parent theme. I am relatively new to PHP but looking around and reading articles on especially this forum helped me a lot to get most things done.
One thing however I can't seem to get working. I get (I think) the basic idea, but I just don't know how to implement it. I really could do with (some) help.
This is what I would like to do. I have read about using post thumbnails on a parent page that link to a child page. However I would like to get the post thumbnails or featured images as they are now called I believe, to link to a single post.
To give you a visual idea of what I want to achieve:
http://www.lifeinbeta.nl/groenesteijn/images/projects.jpg
I have been searching around the internet for code snippets I thought would be of use to me. Like parent-childpage thumbnail link. However I couldn't get it to work.
I have enabled the post thumbnail support with the add_theme_support in the functions.php and assigned a 'feature image' to a test post.
I have also created a page.php template (projects.php) based on the standard Thematic page template in my child theme folder. Apart from the definition at the top of the page they are identical.
Help is more than welcome.