<?php $template_parts = get_theme_mod( 'header_layout_sorting', array( 'section1', 'section2', 'section3' ) ); // Loop parts. foreach ( $template_parts as $template_part ) { get_template_part( 'layouts/header', $template_part ); } ?>