haxoan

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply 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 🙂

Viewing 1 post (of 1 total)