Quote:
Where do I put the href rel="gallery-thumbs" class="thickbox" at?? I looked in the template, but where do I insert the code at??
Step 4: Modify the template postbit_attachmentthumbnail and add this to the a href tag,
Code:
rel="gallery-thumbs" class="thickbox"
|
Right after the <a
============
To add a link that can allow the user to view the full size image, open thickbox.js and find
RIGHT AFTER IT ADD
Code:
(<a href="+url+">Full Size</a>)