$content_type, 'posts_per_page' => absint( 6 ), 'ignore_sticky_posts' => true, ); if ( ! empty( array_filter( $content_ids ) ) ) { $args['post__in'] = array_filter( $content_ids ); $args['orderby'] = 'post__in'; } else { $args['orderby'] = 'date'; } $args = apply_filters( 'bizzweb_service_section_args', $args ); bizzweb_render_service_section( $args ); /** * Render Service Section. */ function bizzweb_render_service_section( $args ) { $query = new WP_Query( $args ); if ( $query->have_posts() ) : $section_title = get_theme_mod( 'bizzweb_service_title', __( 'What We Do For You', 'bizzweb' ) ); $section_subtitle = get_theme_mod( 'bizzweb_service_subtitle', '' ); ?>

have_posts() ) : $query->the_post(); $service_icons = get_theme_mod( 'bizzweb_service_icon_' . $i, '' ); ?>
<?php echo esc_attr( $section_title ); ?>