Monday, 19 October 2015

How to display custom field in wordpress?

echo get_post_meta($post->ID, 'keyName', true); 

No comments:

Post a Comment