Quantcast
Channel: Internet à la Carte | Web Design, Internet Visibility, Social Media » Code Snippets
Viewing all articles
Browse latest Browse all 10

Get Custom Fields Outside the Loop

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

From: WPRecipes


Viewing all articles
Browse latest Browse all 10

Trending Articles