Reply To: Images not showing up in 3.1

HomeSupportImage StoreImages not showing up in 3.1Reply To: Images not showing up in 3.1

#48898
haxoan
Participant

just a quick fix for gallery name issue (in [image-store] ): change in “image”

change in ‘image-store/_inc/store.php , line 957

add red line to current code :

if (!empty($image->post_parent)) {
$link = get_permalink($image->post_parent);
$title = get_the_title($image->post_parent);
}

‘Hope this help 🙂