Get Post Meta Using a Custom Shortcode
When working with WordPress you may need to retrieve post meta values in the database that have been added by your theme or a plugin. If you are familiar with PHP this can be done using the native WordPress function get_post_meta(). However in some instances it is easier to simply use a quick shortc...