Hello
I have been using EE for a little while at a fairly basic level and am embarking on a personal folio website.
I have been using the excellent book from Train-ee to get to grips with EE in more depth but am having difficult applying some of the principles in the book to what I want to achieve.
One of the concepts that I am finding difficult to grasp in EE is how to return specific data under the following conditions.
1. I have set up a channel called ‘design_folio’
2. I have set up a channel field group which contains the following fields
Client Name
Project Descripter
Folio Slides (This is a Pixel and Tonic Matrix field)
Folio Thumbnail
3. I have two templates, the first is the top level navigation page for the folio which currently returns the ‘Folio Thumbnail’ images as an image tile menu for all content entries in the channel ‘design_folio’.
The second template is one that displays the entire content of the of any particular folio project within ‘design_folio’
4. My challenge is that I cant grasp how to dynamically create a url to only return the content relevant to the image tile representing a single project when it is clicked in the index page.
I had initially thought that I might use Categories to do this and managed to get that working when I wanted to create an index for categories and return results for a category like ‘packaging’ for example, however when I wanted to make it more granular and create an index page not by category but ‘by project’ I cant figure out how I should approach it without hard coding the urls somehow.
Is there a native EE way to achieve what I want to do without using Categories or do I need to use Categories in a different way?
Thanks in advance to anyone who can help me work out how to approach this concept in EE.