It is possible retrieve the value of a custom field outside the loop and place that in the sidebar?
It is possible retrieve the value of a custom field outside the loop and place that in the sidebar?
Not without querying the DB. The easiest way to do that is to write a function yourself using the global $wpdb to get the info from the post_meta table.
Try this plugin. It works like a charm...
http://www.coffee2code.com/archives/2004/06/30/plugin-get-custom/
This topic has been closed to new replies.