• Hi guys,

    I’ve been playing with the plugin for a few days now and I’ve got it doing nearly everything I want to do (99.5%!!) but I could really do with a bit of help on the last piece!

    I think I’m going to go with having an album per post with the galleries in extend mode to see the descriptions.

    I don’t want to have new pages for each gallery so have deactivated the gallery page link.

    The issue I have is that I’d like to reflect the Album Title and Gallery Title in the page and post titles when a viewer is in an album.

    My page titles are generated with:

    <title>
     <?php wp_title('-@-',true,'right'); ?>
     <?php bloginfo('name'); ?>
     </title>

    So I get “page/post title -@- blogtitle

    Using NGG, when viewing a gallery from within an album, I get:

    Album # ? Gallery # ? page/post title -@- blogtitle

    Can anyone point me as to the best way to get the gallery and album titles rather than the IDs in my wp-title?

    Ideally, I’d like an activated gallery within an album to also display this info in the page so at least a user knows which gallery within the album they are viewing, any clues on that?

    I don’t mind digging/hacking in code if someone can point the way, it doesn’t have to a be a full solution reply ??

    Thanks for the great plugin, hopefully some can help!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] Can anyone hepl with Titles’ is closed to new replies.