Gallery Title
-
I am trying to add a gallery title just above the thumbnails, where it usually has [slideshow]. I have searched online and read all that i could but none of the things i have tried seem to work with the new version of Nextgen gallery.
I have tried tired this:
<?php $album = nggdb::find_album( get_query_var('album') ); ?> <?php $gallery = nggdb::find_gallery( get_query_var('gallery') ); ?> <h1><?php echo $album->name?><?php echo " - ", $gallery->title?></h1>
and variation of it. Even just using:
<?php echo " - ", $gallery->title?>
which is all I really want.How can I add a gallery title there to each gallery?
Thank you for any and all help!!~DA
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Gallery Title’ is closed to new replies.