'category', 'number' => 5, 'include' => array_filter( $content_ids ), 'orderby' => 'include', 'hide_empty' => false, ); $terms = get_terms( $args ); $i = 1; foreach ( $terms as $value ) { $data['title'] = $value->name; $data['count'] = $value->count; $data['permalink'] = get_term_link( $value->term_id ); $data['thumbnail_url'] = get_theme_mod( 'blog_content_categories_image_' . $i, '' ); array_push( $section_content, $data ); $i++; } $section_title = get_theme_mod( 'blog_content_categories_title', __( 'Category Section', 'blog-content' ) ); $section_subtitle = get_theme_mod( 'blog_content_categories_subtitle', '' ); ?>

<?php echo esc_attr( $content['title'] ); ?>