Replies: 0
Hy,
I am using your plugin and it works great, the only problem i am geting is that i want to use dynamic post id of the posts for fetching gallery .
$post_id=420; //420 is my post id.
$galleryArray = get_post_gallery_ids($post_id);
in place of static post id i want to use dynamic posts id.
Please help….!!