 
	
		
		
		
		
			
I would like that the Featured images of the Blog Single Author Big don’t open the single post, but open a lightbox with the featured image in full dimension.
Is it possible?
Hi,
Open /includes/loop-index.php and look for this:
        if(is_singular())
        {
            $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
        }Replace it by this:
           $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
Regards,
Josue
Hi Josue, thanks for your answer.
Your code work,
but in the lightbox I can see all the featured images of all the post of the page, while I would like it only display the featured image of the single post.
I apologize if I have not explained well.
Best regards
Hi!
Can you post a link to your blog page?
Best regards,
Josue
