• Resolved JollyGobliN

    (@jollygoblin)


    In admin I have the same shortcode for all galleries in the Galleries table.
    Solved by changing

    echo '[pgc_simply_gallery id="' . get_the_ID() . '"]';

    to

    echo '[pgc_simply_gallery id="' . $post_id . '"]';

    in the file blocks/simply_post.php

Viewing 1 replies (of 1 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    You are right, it will probably be simpler and better in this case. I will change this in the next release.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.