Written by Anonymous

  1. 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){
  2. //中身のコードは割愛
  3. <div class="new-entry-card-content widget-entry-card-content card-content">
  4. <span class="cat-label cat-label-<?php echo $cat_id; ?>"><?php echo $cat_name; ?></span>
  5. <div class="new-entry-card-title widget-entry-card-title card-title"><?php the_title();?></div>
  6. <i class="fas fa-user-graduate"></i>
  7. Download SVGPerfect for when you want to use just one icon as a vector on the desktop or in your own icon workflow.
  8. }
  9.  
  10. //もうワンパターン
  11. 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){
  12. //中身のコードは割愛
  13. <?php the_nolink_category(); //カテゴリラベルの取得 ?>
  14. }
Notepad
Select All