Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hey everybody,

    I'm not a Plogger pro, so I'm stuck with the following problem.

    I created the following page:
    http://www.fewkidsontheblock.com/gallery/index.php?level=collection&id=3

    And when you're at the picture (picture.php) I would like to show the album name (Test WOOHOO!!) and link it back to the album page (http://www.fewkidsontheblock.com/gallery/index.php?level=album&id=3). Some how it doesn't wanna show the album name (right now it shows the caption). I already tried:

    <a href="<?php echo plogger_get_album_url(); ?>"><?php echo plogger_get_album_name(); ?></a>

    But it doesn't work..

    Can anyone explain how I can do this?
  2.  
    Okay, so I found out how to fix the link, but somehow I still can't seem to be able to show the Album name.. anyone?