Title: Get label value
Last modified: January 25, 2022

---

# Get label value

 *  Resolved [m1stake](https://wordpress.org/support/users/m1stake/)
 * (@m1stake)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/get-label-value/)
 * Hello, i have custom field with select type and have labels for my options.
    
   I can get value by this code `get_post_meta( $recent_post_single->ID, 'map_area',
   TRUE)` How can I get label for this value?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [alexandrubodea](https://wordpress.org/support/users/alexandrubodea/)
 * (@alexandrubodea)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/get-label-value/#post-15292382)
 * Hi [@m1stake](https://wordpress.org/support/users/m1stake/),
 * The labels are not saved in the post meta. You’ll need to manually tie the result
   from the post meta to its label.
 * Best regards,
 *  Thread Starter [m1stake](https://wordpress.org/support/users/m1stake/)
 * (@m1stake)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/get-label-value/#post-15292428)
 * Ok, thx for the quick answer

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Get label value’ is closed to new replies.

 * ![](https://ps.w.org/wck-custom-fields-and-custom-post-types-creator/assets/icon-
   256x256.png?rev=2257602)
 * [Custom Post Types and Custom Fields creator - WCK](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wck-custom-fields-and-custom-post-types-creator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/)
 * [Active Topics](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wck-custom-fields-and-custom-post-types-creator/reviews/)

## Tags

 * [labels](https://wordpress.org/support/topic-tag/labels/)

 * 2 replies
 * 2 participants
 * Last reply from: [m1stake](https://wordpress.org/support/users/m1stake/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/get-label-value/#post-15292428)
 * Status: resolved