The good thing about ACF is it comes with lots of functions to check fields. Here is the manual. Are you creating a meta value in addition to the field and it’s value? I’m guessing that you are looking for the value of the bloom field. If that’s so then
get_field('bloom',post->ID)
should be what you’re looking for.
Also as rutec pointed out you closed your if parentheses before the second eval. I’m surprised that doesn’t throw an error.
Related Posts:
- How to add a custom field in the advanced menu properties?
- Adding a custom field to the site identity menu
- Add meta data to the menu
- Create a select drop down of available menus
- Dynamic User State & City selection
- Creating a custom menu/widget area
- Nav Menu – Add class based on meta keys
- Add image to menu item with ACF
- Declaring in variables [closed]
- How to add a custom field in the advanced menu properties?
- Walker class for sub-menu with ACF fields
- Populate wordpress menu with link to custom field value (file download)
- Show Custom field value instead of title in WP Menu
- How to make menu country specific?
- How to check custom fields from functions.php
- Override edit_custom_walker.php to conditionally show input depending on menu position
- How to use page metadata while using wp_list_pages()?
- Add custom fields to specific menus
- Max length of meta_value
- Filter WP_Query for posts having a certain meta-value
- Save HTML formatted data to post meta using add_post_meta()
- Plugin to auto convert custom fields to tag
- Order by Custom Field date not recognized
- Display custom field only if value present?
- Advice needed for importing custom field data and database structure
- How to save multiple metaboxes?
- Displaying additional User Contact Information
- get_post_meta in sitewide tags plugin fails to return value for custom fields
- meta_value_num sort glitch
- Populate Custom Field Dropdown on Theme Install?
- How to extend nav-menu-item-control data in Appearance > Customize?
- WooCommerce conditional required checkout fields [closed]
- Make URL in custom field hyper link
- meta query not showing any results?
- Using more than one meta_key in pre_posts_query
- meta_query for a string inside a meta field containing a comma-separated list
- Way To Store Global Meta Values
- Combine multiple custom field values into single value
- Can’t get post ID using wp_insert_post_data
- query usermeta from custom field
- Creating author profiles with extra fields and exporting that data?
- Modifying custom order item meta from admin order view
- Let users track progress by entering a number daily in profile?
- WooCommerce – Adding Custom Fields To Invoice
- Changing themes… and need to move Custom Field content into another field
- Filter Posts on Custom Fields and Show them on a new Page
- Removing link ” from ” on meta_value in custom feilds
- Custom WP_Query for WordPress Search Results with meta_query
- Change order of posts
- Meta Query And/Or
- URL Rewrite fires when retrieving a custom value?
- How to store post meta in an array
- Efficiently sort only certain categories by custom field
- How can I do a variable for meta_query?
- Set checkbox as checked by default in a metabox
- ACF form edit front end post title does not change permalink
- How to list Category list in ACF Pro’s Select Field to choose from [closed]
- Can I use a Custom Field as the Featured Image URL?
- Display custom field & value correctly on page
- Displaying custom filed content instead of post content
- Copy price categories to custom field
- Sanitize user input fields before wp_insert_post
- Use Advanced Custom Fields – replace line of code that hardcodes the tag into the template
- Increment user meta data by 1 each time a page is visited
- Advanced Custom Fields and Post Meta Fields Relation
- Set featured image from custom field URL
- Can’t Output get_post_meta?
- Filter posts by custom field (Advanced Custom Fields)
- KEY and VALUE custom field issue
- Stripping and/or altering the content of a custom field (video URL)
- Custom field outside the loop and inside an array
- WP E-Commerce Custom Meta > Serialized array
- Display Additional Info
- Add link to wordpress field data
- Adding text box with add_meta_box
- Save Taxonomy of Post via custom Taxonomy Select Dropdown
- use custom field value as featured image
- (woocommerce) How to get product id form order id & then retrieve custom meta linked to product?
- Is it possible to manage Multiple Custom Fields with Some Relations
- Retrieving and inserting data in custom fields
- How to add custom fields to images for image source text and URL
- Custom Metabox Always shows box and checked
- Create custom query for search?
- Updating custom fields with external data
- How to disable ‘enclosure’ custom field link from appearing in the post
- Help sorting by Meta Key value
- Custom classes for attachments
- RSS Feed in Custom Field
- List custom field values in alphabetical order without repetition from the current category?
- Incorrect data after modifying post using backlink from wp_die
- Displaying shortcode content inside custom field without images
- How can I duplicate “Add Custom Field” with just JavaScript?
- How can I display only the post titles from a selected category in columns?
- Show or hide custom fields by user’s role [frontend]
- How to mark a image attachment as background image?
- How to automatically create a custom field when a post is published?
- How to display search query as formatted text?
- Problem display
- Match submitted array fields with the MYSQL database fields to update them correctly in PHP
- Custom fields empty after refreshing page