Hello
I need a small slideshow with external image links on a site I am designing for a DJ friend. I tried NextGen, and although it worked really well I could not get the custom fields to work properly. Then I stumbled on (a) slideshow:
http://slideshow.hohli.com/
http://wordpress.org/extend/plugins/a-slideshow/
This was ideal as you simply insert the html code in the text widget and can therefore assign a link to each image. However, just when I thought I had solved the last issue before we populate the site the shortcode mysteriously appears on the first image. Does anyone know how to stop this?
Here is the code in the text widget...
[aslideshow]
<a href="http://www.superfried.com" target="_blank">
<img src="/wp-content/uploads/2011/05/1b.jpg" alt="Caption 1"/>
</a>
<a href="http://www.superfried.com" target="_blank">
<img src="/wp-content/uploads/2011/05/2b.jpg" alt="Caption 2"/>
</a>
<a href="http://www.superfried.com" target="_blank">
<img src="/wp-content/uploads/2011/05/3b.jpg" alt="Caption 3"/>
</a>
[/aslideshow]
The development site is here...
http://www.atmosoft.co.uk
Thanks in advance.
Superfried