$i = 1;
if (have_rows('column_content')): ?>
while (have_rows('column_content')) : the_row();
$title = get_styledtitle(do_shortcode(get_sub_field($prefix_title . 'title')), get_sub_field($prefix_title . 'style'));
$subtitle = get_styledtitle(do_shortcode(get_sub_field($prefix_subtitle . 'title')), get_sub_field($prefix_subtitle . 'style'));
$lead_text = get_sub_field('lead_text');
$content = str_replace("
endif; ?>
- ", "
- ", get_sub_field('content'));
?>
Warning: Undefined variable $subtitle in /var/www/vhosts/kantersetech.nl/buildtec.nl/wp-content/themes/buildtec/partials/part-text_columns.php on line 42
Warning: Undefined variable $lead_text in /var/www/vhosts/kantersetech.nl/buildtec.nl/wp-content/themes/buildtec/partials/part-text_columns.php on line 44
Warning: Undefined variable $content in /var/www/vhosts/kantersetech.nl/buildtec.nl/wp-content/themes/buildtec/partials/part-text_columns.php on line 46