Same shortcode for all galleries in admin view
-
In admin I have the same shortcode for all galleries in the Galleries table.
Solved by changingecho '[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)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.