Accessing Post Meta and More Via $post->meta_key It turns out there's a much better way to fetch post meta than get_post_meta( $post->ID, 'foo', true ): $post->foo. Continue reading...