New Zenner
- Join Date:
- Jan 2012
- Location:
- Montreal
- Posts:
- 84
- Plugin Contributions:
- 0
Different Banner scroller on each Category page
So on my home page there is a jquery image scroller (fading in and out of different products). I'd like to have a similar image scroller on each of the seven (7) category pages. Naturally, each category page needs to have different images pertaining to that category.
I understand I can style each Category page differently using CSS callouts for each page (cat_1.css, cat_2.css etc). I can't wrap my head around how I'd install a jquery scroller on each page.
I have noticed that each Category page URL ends differently (...path=41, path=42, path=43, etc.) Can I somehow target each .php and install seven different scrollers? I understand that there is really only one Category template .php.
Hope this makes sense.
Thanks.
btw- I have a cursory knowledge of PHP at the moment. Although I've just started to dive in.