Hi, I have a WordPress Theme that uses TimThumb to create thumbnails.
I want to have two links:
1. A link to the full size image
2. A link to a thumbnail of the image
I have figured out I can link to the full size image like this:
<a href="<?php echo $thumbnail["fullpath"]; ?>">Link to full size image</a>
But how do I link to a thumbnail of the image?