2012-05-02 5 views

答えて

0
<?php 
$id = YOUR_POST_ID; 
$meta = get_post_meta($id, 'custom_field_name', true); 
echo $meta; 
?> 
関連する問題