• Resolved Hotcoffee

    (@hotcoffee)


    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)
  • The [slideshow] shortcode does not work at all. Please help

    Plugin Author Tribulant Software

    (@contrid)

    @danielax,

    If you want to display the slides from the Slideshow Gallery > Manage Slides section, try the shortcode [slideshow custom=true]

    To display a slideshow with the gallery images uploaded to a WordPress post, use [slideshow post_id=X] where X is the ID of the post.

    Let me know if this helps.

    All the best,
    Antonie

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.