Ok Im not a complete noob but how do I add a rel="lightbox" to the image tag of each image, Hmm maybe I should go to bed, quite tired, but thought I would ask anyway.
Actually I'm wanting to impliment greybox, so I did what was in the installation docs for greybox, but when I try to add rel="gb_imageset[NAME]" to the template it does not actually show up when the page loads. So I'm obviously putting in in the wrong place or something.
The page I'm wanting to add it to is --> http://www.aperturejunkie.com/zen/index.php?album=people The template I'm adding it to is --> album.php in the stopdesign template the line I'm adding it to is --> <ul class="slides"> <?php while (next_image()): ?>
Comments
If you are just looking for a pre-made lightbox theme you can use mine here
http://www.chilifrei.net/?page_id=62
The page I'm wanting to add it to is --> http://www.aperturejunkie.com/zen/index.php?album=people
The template I'm adding it to is --> album.php in the stopdesign template
the line I'm adding it to is --> <ul class="slides">
<?php while (next_image()): ?>
" rel="gb_imageset[NAME]" title="<?=getImageTitle();?>"><?php printImageThumb(getImageTitle()); ?>
<?php endwhile; ?>
Any thoughts on what i'm doing wrong
Thanks
FH