[Plugin: Slideshow Gallery Pro] hardcoding specific slide
-
I’m trying to hard code using:
`<?php if (is_home() && class_exists(‘Gallery’)) {
$Gallery = new Gallery (); $Gallery -> slideshow($output = true,
$post_id = null );
}`
but I need it to display only one of the custom slides, not all of them. Is this supported?
- The topic ‘[Plugin: Slideshow Gallery Pro] hardcoding specific slide’ is closed to new replies.