Displaying Custom Post Meta
To modify the content of a post, you can use the_content filter. You (probably) only want to add the post meta to the main query. If not, you can skip the is_main_query() conditional. Then you can just get the post meta and format it how you see fit and append it to the content. //* … Read more