I am using this code to retrieve custom field values and they are not being retrieved:
echo get_post_meta($post->ID, 'quote', true);
Is there anything special about how to do this? It am using this method successfully on other sites.
Thanks in advance for the help.