You rock. I like that function. Unfortunately, I'm still having a few related issues:
3 to be exact:
1)
while
echo getImageData("copyright")
echo getImageData("city")
echo getImageData("state")
echo getImageData("credit")
all seem to work correctly,
getImageData("title")
getImageData("date")
getImageData("description")
all return nothing. is there something I'm missing? I think there are other functions I can call to get this data (since the Stopdesign theme already has them showing elsewhere) but why doesn't this function work across the board?
2)
Also, what IPTC field maps to Location?
3)
And, last but not least... while I can store quote marks in my IPTC data, ZenPhoto truncates at the ". Is this a bug? Is there a workaround (I'm trying to store size, as in the size of a painting, so, say: 3"x5"
(NOTE: I can actually store quotes in the comment/description field... but I actually need to use that for a comment. Best case I figure out how to map to Location and use that for size.)