Hardcoding Slideshow Gallery Pro
-
I would like to hardcode a small slideshow into my sidebar. I have set up slides (Manage Slides) that I want it to use since I want it to show up on every page. I am not using this plugin on any other pages.
I have tried using the code in sidebar.php from your manual (below) but it doesn’t seem to work. Is there a problem with not having the slideshow tag in the template page? Any suggestions?
<?php if (class_exists('Gallery')) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = null); } ?>
[Please post code snippets between backticks or use the code button.]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hardcoding Slideshow Gallery Pro’ is closed to new replies.