I\'m trying to display post meta values and post meta keys, If only one value is to be display I can used the simple function get_post_meta() but what I need now is to post
$myvals = get_post_meta( get_the_ID()); foreach($myvals as $key=>$val){ foreach($val as $vals){ if ($key=='Youtube'){ echo $vals } } }
Key = Youtube videos all meta keys for youtube videos and value