Hi,
I'm running Wordpress 3.0.1 with Suffusion 3.6.5 ,Buddypress 1.2.5.2 and Photosmash 0.8.0.4
Once again, this is an amazing plug-in so thanks.
When users click on the thumbnail it takes them to the attachemnt page. The problem is that there is no next/previous thumbnails at the bottom of the image, so users need to go back to the gallery to view the next image which is proving to be a pain. I'm not sure if this is a theme problem or something else.
I had a look at the Wordpress Default theme (Image Attachment Template) image.php and I think the code for next/previous thumbs are there:
<div class="navigation">
<div class="alignleft"><?php previous_image_link() ?></div>
<div class="alignright"><?php next_image_link() ?></div>
</div>
<br class="clear" />
(I am a complete novice so am not totally sure if the above code is right.)
Any Advice would be Greatly Appreciated.
Wes
not resolved