welcart Top カテゴリ 記事一覧などで役立つコード リンク先

  <?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>

ループ内