Viewing 4 replies - 16 through 19 (of 19 total)
  • Many many thanks! This works perfectly!

    I tried to use <?php echo $album->name?> in a custom album template but it says “Album overview” instead of the name of the album. When I add

    $album = nggdb::find_album( get_query_var('album') );

    beforehand, the text goes blank. var_dump($album) gives bool(false).

    Is there any way to add the album title in the template without modifying the core code as advised by _ap_?

    Edit: Using WP 2.8.2 & NextGen Gallery 1.3.5.

    same problem like me sofimi :/

    i’ll wait a solution for this ^^

    same problem for me
    *push*

    I want to display the album title of the gallery in the gallery overview. the first page it is displayed. after changing page I didn’t get $album->name anymore.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: NextGEN Gallery] Album & Gallery title display’ is closed to new replies.