<?php $dslug = $dterm -> slug; //echo $dslug; $term_link = get_term_link($dslug,category); //print_r($term_link) //----------------------カテゴリタイトル----------------------------- //カウントで分岐もできるな // $dcount = $dterm -> count; // echo $dcount; ?> <div class="tsuzuki_box"> <a href="<?php echo $term_link; ?>" class="link_all link_bottan" style=" font-size:13px;"><?php echo $dterm -> name; ?> ▶▶</a> </div>
ループ内