Hi,
I've added several custom fields to the database and have successfully added to those fields while posting.
I now need to query those fields on the output when rendering the entries. I originally tried basing it off:
$author = get_post_meta($id, "_avia_feedback_author", true);
But my custom fields aren't metadata. Every other field is gathered by functions that are all handled differently.
Any suggestions?














