Not signed in (Sign In)

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

    • CommentAuthorAMDdude
    • CommentTimeFeb 9th 2009
     
    Hi guys,

    Plogger has been awesome so far, my question today is how can I make my album titles be multi line? Since my titles are so long they sort of are too close to each other. So right now I have it like: "Pictures of Europe - December 2008" and I want it to be like:

    Pictures of Europe
    December 2008

    Is this possible? Thanks
    • CommentAuthorAMDdude
    • CommentTimeFeb 9th 2009
     
    NVM, got it!

    In default theme, in collection.php I changed:

    print plogger_get_album_name().' <br /><div class="meta-header">(';

    to:

    print plogger_get_album_name().' <br />';
    print plogger_get_album_description().' <br /><div class="meta-header">(';

    Now I just use the album description as the 2nd line