Hi All,
I recently installed Thematic and Gallery child theme.
I've uploaded all my thumbnails (125w x 125h) and full size images (500w x varioush) but now I would like to have all the thumbnails linking directly to the full-image contained in the corresponding posts. My main goal is to showcase my work using Lightbox Plus and not sending the user to a new page to view one larger file each time.
I think I've found the code that needs to be changed in the "loop-thumbnail.php" file:
[a href="[?php echo the_permalink() ?]"]
Can someone tell me what I need to make the href link to "full-image" instead of "the_permalink"?
Many thanks.