I would like to do the same thing in my site, but really don’t know where to place the malsup jquery cycle code and where and what to write to pull the images connected to a post into my slideshow.Could you tell me how you got it to work. thanks
Thread Starter
elbe
(@elbe)
ah ok, I had this working for a single category already. But my problem really is, how to show, that a post is in 2 or 3 categories. And how to have 2 or 3 colours appearing on image rollover depending on the categories of the post. Is that possible and if so how?
Thread Starter
elbe
(@elbe)
Thanks for this.
Not quite sure I am getting it.
What does this line exactly do?
<div class=”<?php foreach((get_the_category()) as $cat) { echo $cat->cat_name . ‘ ‘; } ?>”>
And how do I set up the CSS? How will it recognise that its 1, 2 or 3 categories and change the width of the overlay?
Thanks.