Strategy to get post meta for use outside the loop
Do you mean meta like in custom fields or information from post in general? Basically as long as you have post id you can get anything you want, not tied to the Loop. For custom fields there is get_post_meta(). For general information (like title or content) there is number of functions (many template tags can … Read more