
Untitled
By: a guest on
Apr 19th, 2012 | syntax:
PHP | size: 0.40 KB | hits: 208 | expires: Never
<div class="wrapper">
<?php while(the_flexible_field("content")): ?>
<?php if(get_row_layout() == "1-col"): ?>
<div class="singlecol">
<?php
$TheID = get_sub_field('full_column_1col');
$TheID = $TheID->ID;
echo $TheID;
?>
</div>
<div class="clearit"></div>
<?php endif; ?>
<?php endwhile; ?>
</div>