Skip to content
KJ Roelke edited this page Jun 30, 2023 · 3 revisions

Welcome to the k1-theme-v2 wiki!

Template Parts Args Documentation

content-bg-rolling-hills

Screenshot 2023-06-29 at 7 54 48 PM

All args are escaped in the template-part.

$args = array(
  'id'          => 'string', // for css id; not in ACF
  'class'       => 'the-plan', // for css class; not in ACF
  'headline'    => 'string',
  'subheadline' => 'string',
  'cta'         => array(
    'text' => 'string',
    'link' => 'url',
  ),
  'row_2'       => 'string', // ACF WYSIWYG area
);
Clone this wiki locally