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