Hi, im using zpGalleriffic theme, where in gallery.php i put just under the navigation stuff a list of all tags like this:
(
)
I believe this can give better dynamic navigation possibilities to visitors...
I would like to have the same stuff on albums and subalbums views too, just above the comment form, but the code () just do not works on album.php nor album_alt.php, nor on pages.php
anyone has an idea how to get it work on all pages?
Thank You much
You need to understand that some functions are context sensitive. printPageListWithNav is for paging album/thumbnail pages on index.php and album.php only. So it of course does not work on pages.php as there are no.
printAllTagsAs() should actually work on all pages.
Since this is not an official theme I don't know what album_alt.php is about. So this is theme specifc. If you in the future have question related to a third party theme I suggest to put that name into the thread title so its author maybe spots it, too.