Keywords

arnoadam

Joined: 2004-09-29
Posts: 32
Posted: Tue, 2005-03-15 12:03

What code do I need to add if I want to display the keywords of an album?
This is how I do it when displaying years, I'm looking for something similar for the Keywords...
{capture name=year}{g->date format="%Y" timestamp=$child.originationTimestamp}{/capture}

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2005-03-15 16:02

{$child.keywords} should do it.

 
arnoadam

Joined: 2004-09-29
Posts: 32
Posted: Wed, 2005-03-16 19:09

thnx!