get_folder_thumbnail( $term_id );
if($featured_image_id) {
$featured_image = wp_get_attachment_image_src($featured_image_id, 'kantan-hero-image')[0];
require get_template_directory() . '/components/opaque-featured-image.php';
}
?>
get_collections($term_id);
if( count( $collections ) != 0 ) {
?>
get_folders($term_id);
if( count( $folders ) != 0 ) {
?>