How to call the code of custom field?
-
i use the code
<?php wpuf_get_custom_fields(); ?>
to call my created custom field,but it not success.
i can get the custom field one by one with bellow code :
<?php echo get_post_meta( get_the_ID(), 'cf_name', true ) ?>
but,how can i call the custom field all at once?need help,thank you!
- The topic ‘How to call the code of custom field?’ is closed to new replies.