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
There is no equivalent for albums.
yes this is the one
should i write the code like this:
<span class="ImageLocation"><?php
if (getImageLocation()) echo getImageLocation();
if (getImageLocation()) getImageLocation();
getImageLocation();
?> </span>
??????????