Open image size links in a page instead of direct image link
Ok, I found the answer (actually paid a programmer to do it) modify to /* Add the link to the array if there’s an image and if $is_intermediate (4th array value) is true or full size. */ if ( !empty( $image ) && ( true == $image[3] || ‘full’ == $size ) ) $links[] = … Read more