I am having the same problem.
Installed HeadSpace2, added a custom field called “first-name”
In the themes, I am calling it with the following code:
<?php echo MetaData::get_custom (‘first-name’); ?>
Nothing was showing up. Then I realized the same field – “first-name” is also on every individual post. When I enter something in the “first-name” field on the individual post, it returns the value.
But, how do I access it for specific categories?
Thank You!