Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same issue that you are having. I haven’t found a solution yet.

    if ( ! empty( $attr['ids'] ) ) {
    if ( empty( $attr['orderby'] ) ){$attr['orderby'] = 'post__in';}
    $attr['include'] = $attr['ids'];
    }

    add this code in paginated-gallery.php
    after this line
    function paginated_gallery($attr) {

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbs only shown for images attached to the post’ is closed to new replies.