Skip to content

Instantly share code, notes, and snippets.

@wpcliffsnotes
wpcliffsnotes / acf-flexible-content.php
Created March 18, 2018 20:56
ACF Flexible Content
<?php
// check if the flexible content field has rows of data
if( have_rows('layout') ):?>
<!-- // loop through the rows of data-->
<?php while ( have_rows('layout') ) : the_row();?>
<?php if( get_row_layout() == '1_column' ):?>
<section class="section headline-content">
<div class="grid-container">
<div class="grid-x grid-margin-x">
<div class="large-12 cell">