$most_read_content_type, 'post__in' => array_filter( $content_ids ), 'orderby' => 'post__in', 'posts_per_page' => absint( 3 ), 'ignore_sticky_posts' => true, ); } else { $cat_content_id = get_theme_mod( 'adore_business_most_read_category' ); $args = array( 'cat' => $cat_content_id, 'posts_per_page' => absint( 3 ), ); } $query = new WP_Query( $args ); if ( $query->have_posts() ) { $section_title = get_theme_mod( 'adore_business_most_read_title', __('Most Read Posts', 'adore-business') ); $subtitle = get_theme_mod( 'adore_business_most_read_subtitle', __('Incredibly', 'adore-business') ); $col_layout = get_theme_mod( 'adore_business_most_read_column_layout', 'col-3' ); ?>

have_posts() ) : $query->the_post(); ?>