Home › Support › Image Store › Images not showing up in 3.1 › Reply To: Images not showing up in 3.1
August 7, 2012 at 3:24 am
#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 🙂