function generate_widget_entries_tag($entry_count = 5, $entry_type = ET_DEFAULT, $cat_ids = array(), $include_children = 0, $post_type = null, $taxonomy = 'category', $randam = 0){
  //中身のコードは割愛
<div class="new-entry-card-content widget-entry-card-content card-content">
      <span class="cat-label cat-label-<?php echo $cat_id; ?>"><?php echo $cat_name; ?></span>
        <div class="new-entry-card-title widget-entry-card-title card-title"><?php the_title();?></div>
<i class="fas fa-user-graduate"></i>
Download SVGPerfect for when you want to use just one icon as a vector on the desktop or in your own icon workflow.
}

//もうワンパターン
function generate_widget_entries_tag($entry_count = 5, $entry_type = ET_DEFAULT, $cat_ids = array(), $include_children = 0, $post_type = null, $taxonomy = 'category', $randam = 0){
  //中身のコードは割愛
<?php the_nolink_category(); //カテゴリラベルの取得 ?>
}