How to display meta data and field content?

1) What code do I have to add to my themes image.php to display IPTCCity, IPTCImageCredit and IPTCcopyright?
similar to:
`<?php printImageTitle(true); ?>`` displaying the Image Title...

2) When I edit my albums, I can enter content to a field "Location".

What code do I have to use on my themes album.php to display this field "Location"?

3) How to add more fields (like Location) to Albums?

e.g. City, Copyright

I guess that could be done via filters in a plugin...

Thanks`

Comments

Sign In or Register to comment.