Querying custom fields with Carrington mobile theme
$post should be a post ID (so $post->ID if you’ve got the global $post object in scope) the function call parameters are: $id: the id of the post (integer) $keyname: a string containing the name of the custom field $single: boolean – true means return a string for the first value, false means an array … Read more