Reading the docs (never used flexible fields, only repeater fields, but look the same):
<?php
// check if the flexible content field has rows of data
if( have_rows('flexible_content_field_name') ):
// loop through the rows of data
while ( have_rows('flexible_content_field_name') ) : the_row();
if( get_row_layout() == 'paragraph' ):
the_sub_field('text');
elseif( get_row_layout() == 'download' ):
$file = get_sub_field('file');
endif;
endwhile;
else :
// no layouts found
endif;
?>
Source: http://www.advancedcustomfields.com/resources/flexible-content/
Related Posts:
- Filtering multiple custom fields with WP REST API 2
- Front end form to create a custom post with preview
- Generate a excerpt from an ACF-wysiwyg-field
- Pods cms and “advanced custom fields” plugin
- wordpress REST-API upload image to ACF
- Order and group posts by acf by month and year
- Vimeo thumbnails [closed]
- Comparing arrays with meta_query in pre_get_posts
- WordPress Gutenberg, update post content programmatically
- Get specific repeater row (via advanced custom fields) based on Meta Query with Wildcards [closed]
- Replace post’s “the_content” with ACF value
- PHP echo stripping formatting in Advanced Custom Fields [closed]
- Query between dates using date picker filter breaks in WordPress 4.2.1
- How to upload multiple images on frontend to ACF gallery using update_field
- Get ACF value after update user using save_post
- Inconsistent behavior from number_format
- random p tag in advanced custom fields?
- How can I track and output when a field is updated? (currently using Advanced Custom Fields)
- Display post in order of ACF checkbox?
- Add up values from ACF number field
- Advanced Custom Fields: Conditional Statement with Select
- Add PDF to ACF image field from file url
- How to decrease the number of queries with get_posts and ACF?
- How to make Advanced Forms (and/or ACF) encode input value?
- ACF: How to make get_field() ignore the main wp query?
- Bulk-Update Custom Posts
- Group ACF repeater fields from differrent posts
- ACF Add fields values to newly inserted post [closed]
- Seemingly Simple Conditional Won’t Work?
- Programatically re-order images in the ACF gallery add-on. Orderby Title, ID, etc
- Not displaying posts that are in the past. ACF date > date
- acf repeater was free in start [closed]
- Use ACF select field to add a class to div inside a flexible content layout [closed]
- Pull info from Soundcloud embed into a custom field?
- How to disable field on Advanced Custom Fields? [closed]
- Website goes down while importing backup (Internal server 500)
- ACF: If field contain a specific value, update value in another field programatically
- how to load random related posts with specific custom fields?
- Add original validation rule to Advance Custom Fields
- ACF – Pick first or second value from comma separated values
- How to get ACF value inside Gutenberg Block from another page or template? I’m using Timber too
- ACF Image field not displaying in WordPress with Visual Composer [closed]
- Frontend Form Checkbox Update ACF Field
- ACF and Gravity Form file upload frontend [closed]
- Trying to select 1 item from an array
- Query and display only by first letter of the get_field value
- Sorting get_terms, ACF is automatically removing duplicates
- How to acquire an ACF image using get_previous_post and get_next_post
- Building large multi-section pages with Advanced Custom Fields
- Showing a post depending on the Custom Field value
- Only Show an Advanced Custom Fields custom field on a specific template
- Advanced Custom Fields plugin : displaying a field while omitting the p tags
- Widget Code / Advanced Custom Fields / Elementor
- getting image from ACF
- How can I apply an ACF field to a single custom post if it refers to the taxomy of that post type in the rules?
- ACF: If field contain a specific value, update value in another field
- Getting “Years Only ” from ACF Date Picker field to Hidden filed in the fields group
- How to show related post having same relationship filed under single CPT?
- Trying to update repeater field (ACF) dynamically with data from Contact Forms 7
- Update field for repeater not working
- How can i add service category here? [duplicate]
- Get title color from category custom field
- WP Cron Working, but Function Not Working
- Can’t get the frontend cache to be deleted manually
- How to get a product’s Custom Fields in a different template file?
- pre_get_posts hook not targeting search results page query
- ACF – get custom taxonomy term image field
- Populating ACF Image Fields from JSON file
- ACF group field disappeared after deployment using deployer script
- ACF Dynamic select not showing data
- Field has disappeared on post page
- Modification of RSS feed is not consistent
- ACF Flexible Content with Bootstrap Carousel Repeater
- Display posts every specific day
- How to use WP Backery on Wysiwyg ACF
- How to use germ_terms() with meta_query for ACF Taxonomy field?
- Looking for a javascript callback action to re-initiate a custom slideshow in gutenberg
- Hide Menu Items from guess user with ACF
- Advanced Custom Fields Gallery and Flex Slider [closed]
- Help using an array in ‘exclude’ key of another array
- Display custom image field in user profile
- wp_split_shared_term_batch messing up upgraded ACF 5 data
- Build table using Advanced Custom Fields
- Front page showing ACF only once, is that solvable to show the ACF per post? [closed]
- Add column and acf field content for cpt
- Can’t get ACF repeater data in category template
- ACF scheduled repeater fields
- Get the category fields even if there is no post
- Add routes between multiple ACF google maps markers [closed]
- Array sorting by custom field date
- Displays a string of linked images
- use advance custom field inside query post command [closed]
- Hebrew WP 3.5: plugin activated, does not appear in sidebar [duplicate]
- How to share specific data contained in repeated fields across multiple pages
- ACF gives a syntaxError unexpected token
- Using ACF on Posts Page
- Advanced custom fields if else statement
- Advanced custom fields and post types
- Advanced Custom Fields – Issue with Slick Slider in ACF v6 Block
- How can I update an ACF field in a repeater on post save?