I am having a heck of a time trying to retrieve the title (or handle?) of my custom post meta fields.
I am using the slmple fields plugin. http://wordpress.org/extend/plugins/simple-fields/ (as I understand it, this just makes use of 'normal' post-meta stuff.
I have tried the simple_fields_get_post_group_values() function provided by plugin, as well as the following code I found in the WP codex, to no avail:
<?php $checkit = get_post_custom( 22 );
print_r($checkit);?>
I have also tried searching the database for the phrases themselves within phpMyAdmin, and they don't appear to be there, which is perplexing.
I'm pretty new to all this stuff, so I am sure I am missing something obvious ;-)
I would be extremely grateful for any advice or help anyone could offer.
I've circled (badly) the info I am trying to query.
