=== Plugin Name === Contributors: Paul Whitehead Tags: custom field, outside loop, loop, custom Requires at least: 2.7 Tested up to: 2.8 Stable tag: 1.0 Allows you to get a custom field from outside the loop == Description == use this function to access any part of the $wp_query array which holds all post information, OUTSIDE the loop. so you may get the content of a page and display it in the header.php. == Installation == 1. Upload `get_my_custom.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. View the examples in comments at the start of the php file.