Hi!
I have a slideshow on my home page displaying images added from the "featured images" menu
I would like that each of this image links to a specific page (ie. image1 of the slideshow shows product1 and leads to the product1 page, image2 of the slideshow shows product2 and leads to the product2 page, ...)
I tried to set $query_string = array('post_type'=>'page', 'post__in' => array('408')); (408 being my product page id) as suggested in another thread but with no effect.
Thanks in advance for your help!















