wordpress123
Monday, 5 January 2015
Get custom field value
custom field name - test
value - abc
$mykey_values = get_post_custom_values( 'test' );
echo $mykey_values[0];
result - abc
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment