Home › Forums › Bug Reports › Repeater WYSIWYG can't get value › Reply To: Repeater WYSIWYG can't get value
if ( get_field('do_cf_resume_item_block','option') ) :
echo '<div class="resume-block-container">';
while ( has_sub_field('do_cf_resume_item_block','option') ) :
// Get Vars
$content = get_sub_field('do_cf_resume_item_block_content','option');
$gettitle = get_sub_field('do_cf_resume_item_block_title','option');
$title = do_resume_block_title_display($gettitle);
echo '<div class="resume-block-item">';
echo '<h3>' . $title . '</h3>';
echo '<div class="resume-block-item-content">' . $content . '</div>';
if (empty($contentgo)) echo 'Nothing here.';
echo '</div>';
endwhile;
echo '</div>';
endif;
Thanks.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.