Return to Snippet

Revision: 28717
at July 13, 2010 06:29 by screamwork


Initial Code
<?php
global $wp_query;
$postid = $wp_query->post->ID;
echo get_post_meta($postid, 'customField', true);
?>

Initial URL


Initial Description


Initial Title
get Custom Field outside the loop

Initial Tags
wordpress

Initial Language
PHP