[Plugin: Slideshow Gallery] Shorcode working…hardcoding into single.php not working….
-
Your plug-in is working great for me when I include the short code into a post… however when I try to put in your code into my PHP page nothing shows up… here’s what I’m putting into the single.php
<?php if (class_exists('Gallery')) { $Gallery = new Gallery(); $Gallery -> slideshow($output = true, $post_id = null); }; ?>
It is within the loop and I do have images belonging to that post. Thanks for any ideas.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Slideshow Gallery] Shorcode working…hardcoding into single.php not working….’ is closed to new replies.