[Plugin: Slideshow Gallery] Exclude post thumbnail from gallery
-
Hello,
I’m using the Slideshow Gallery plugin hard-coded on my company’s website.
Currently, I use the following markup on portfolio-single.php:
<?php if (class_exists('Gallery')) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = $post->ID); }; ?>
I need to find a way to automatically exclude the image assigned as post thumbnail from the slideshow.
I’m thinking of using custom fields to assign the thumbnail, but that’s kind of complicated for the backend users…
Any ideas?
Thanks,
B
- The topic ‘[Plugin: Slideshow Gallery] Exclude post thumbnail from gallery’ is closed to new replies.