how to get the " Location " shows in " zenphoto"

hi developers

to get Custom data:

i use this code:

<span class="CustomData"><?php
if (getAlbumCustomData()) echo getAlbumCustomData();
if (getAlbumCustomData()) getAlbumCustomData();
getAlbumCustomData();
?> </span>

now, for " Location" what should i use??

i trieds swap " AlbumCustom " in the code above to " Location" but it did not work and it gave me an arror

Comments

Sign In or Register to comment.