title

Custom field outside the loop

 

Custom field outside the loop

20 Oct 2013, Posted by antoine in
global $wp_query;
$postid = $wp_query->post->ID;
echo get_post_meta($postid, 'customField', true);