Fancabox
Hallo Leute, ersteinmal vielen Dank für Eure Hilfe, also ich bin dank des Stichworts "fancybox" schon ein Stückschen weiter gekommen.
Ich habe mir jetzt dieses Plugin installiert:
http://wordpress.org/extend/plugins/easy-fancybox/faq/
Die haben dieses 1Thumbnail Feature. Aber ich bin leider nciht so firm in Sachen WP und verstehe leider ihre Erklärung nicht so richtig.
Vllt. könnt ihr mir da kurz helfen. Leider verstehe ich in ihrer Erklärung Schritt (A) nicht. Wie verlinke ich über ein Image auf die fancybox?
Also sie schreiben:
Can I use ONE thumbnail to open a complete gallery ?
It can be done manually (using the internal WordPress gallery feature, or not) or in combination with NextGen Gallery.
Manual
A. Open your post for editing in HTML mode and insert the first image thumbnail in your post content (linking to the images file, not page) to serve as the gallery thumbnail.
B. Place the following code to start a hidden div containing all the other images that should only be visible in FancyBox:
<div class="fancybox-hidden"> C. Right after that starting on a new line, insert all other images you want to show in your gallery. You can even use the WordPress internal gallery feature with the shortcode [gallery link="file"]. NOTE: if the gallery thumbnail is attached to the post, it will be show a second time when flipping through the gallery in FancyBox. If you do not want that, use an image that is not attached to the post as gallery thumbail.
D. Close the hidden div with the following code on a new line:
</div>