Ok, I’m a bit of an EE noob so bare with me. I’ve created my first site with EE and it’s looking pretty good I think but I have a few tweaks I need to make in the gallery section.
1. On the home page of http://www.trimgaa.ie I’m trying to list the latest 6 photo gallery categories that link directly into those categories (see the middle column at the bottom of page). However, I cannot seem to limit the results. I’m getting all categories instead of the most recent 6 categories. Here’s my current code:
{exp:gallery:categories gallery="{gallery_name}” orderby=“date” rows=“6” columns=“1”}
and I’ve tried:
{exp:gallery:categories gallery="{gallery_name}” orderby=“date” limit=“6”}
Any suggestions?
2. On the gallery main page (http://www.trimgaa.ie/gallery/), I’m displaying all the galleries. Is there a way of displaying a thumbnail of one of the photos in this gallery? I can’t seem to find a way to do it!
3. On the news section of the site (http://www.trimgaa.ie/news/), I want to put in a category filter in the top right hand corner. How do I put in links up there so that when clicked, they only show me the entries within that category? I currently only have an index and entry template in that template group. Do I need a category page as well with the filter in it? What would be the EE code for displaying a list of entries in a weblog for a particular category? Can I just amend the current index template to use a filter so that I could use a link like http://www.trimgaa.ie/news/C01 ????
Any help would be greatly appreciated!
Rgds,
Dave