', '' ); ?>
absint( caff_gtm( 'caff_hero_content_page' ) ), 'posts_per_page' => 1, 'post_type' => 'page', ); $caff_loop = new WP_Query( $caff_args ); while ( $caff_loop->have_posts() ) : $caff_loop->the_post(); $caff_content_align = caff_gtm( 'caff_hero_content_position' ); $caff_text_align = caff_gtm( 'caff_hero_content_text_align' ); $caff_subtitle = caff_gtm( 'caff_hero_content_custom_subtitle' ); $classes[] = 'hero-content-section section'; $classes[] = caff_gtm( 'caff_hero_content_position' ); $classes[] = caff_gtm( 'caff_hero_content_text_align' ); if ( ! has_post_thumbnail() ) { $classes[] = 'thumbnail-disable'; } ?>