2012-05-02 6 views

답변

0
<?php 
$id = YOUR_POST_ID; 
$meta = get_post_meta($id, 'custom_field_name', true); 
echo $meta; 
?> 
관련 문제