Time and time again I’ve needed to do something like getting the content for a specific post outside the loop. This usually results in doing get_post( $id ); then grabbing the specific field out of the array. It’s annoying and more work...
Read More How To: Quickly grab post fields outside the loop with get_post_field() in WordPress