Hi,
Yes, I want to be able to integrate the same bit of code that generates the galleries list in the index/album/image.php into my 'about' and 'contact' page so that it generates all the contextual links in the same way as it does in all the other pages.
I thought making the relevant pages as part of my theme template set might work, so i tried making an 'about.php' etc but this breaks because ZP generates the links based on the album subfolder names, and everything else goes according to whats in the subfolder in question.
So i tried making a sub folder called 'about' and then stuck a textfile in there to see if it would display it (i added it to the list of allowed files in the functions.php) but no go (it displays it as a link to file).
Any ideas?