advanced code snippet search
screamwork on 07/13/10
wordpress
07/13/10 06:29am
<?phpglobal $wp_query;$postid = $wp_query->post->ID;echo get_post_meta($postid, 'customField', true);?>
Report this snippet Tweet
Comment:
You need to login to post a comment.