Rendering Post Metadata
Here is a non exhaustive list of functions and template tags used to get and render Post Metadata:
- the_meta() – Template tag that automatically lists all Custom Fields of a post
- get_post_custom() and get_post_meta() – Retrieves one or all metadata of a post.
- get_post_custom_values() – Retrieves values for a custom post field.