[Plugin: NextGEN Gallery]: Show gallery titles on gallery page
-
I have created some albums and into these albums I have put some galleries. Now when I show a gallery’s overview page, there is no title of the current gallery shown on the top of the overview page, I only see “show as slideshow” and then the thumbnails.
I want to insert the current title on every gallery page automatically. I tried to modify nexgen-gallery/view/gallery.php as the template for the gallery page.
I think the title of the current gallery should be in the array $gallery, but when I use <?php var_dump($gallery) ?>, it isn’t. I tried to use it like that:
<?php echo $gallery->title ?>
In this topic (https://www.ads-software.com/support/topic/170908), I think there was a solution for the problem but with version 1.0.2 of NexgGEN Gallery I think this does not work any more.
Could you tell me how I can put the gallery title in the gallery.php or take this issue to add as an option in the backend/admin page for future releases? I think this was requested some more times. Thanks.
- The topic ‘[Plugin: NextGEN Gallery]: Show gallery titles on gallery page’ is closed to new replies.