1.

How to display custom field value in page?

Answer»

You can USE get_post_meta(get_the_ID(), 'custom_field_name', TRUE);

// custom_field_name is FIELD NAME.



Discussion

No Comment Found