‘link_category’, ‘child_of’ => 264)); //get links category object
$html = ‘
- ‘;
- $nama
/*Looping*/
foreach ($tautan as $isi) {
$nama = $isi->name;
$slug = $isi->slug;
$id = $isi->term_taxonomy_id;
$html .= “\t
“;
};
/*Output*/
echo $html;
?>
‘link_category’, ‘child_of’ => 264)); //get links category object
$html = ‘
“;
};
/*Output*/
echo $html;
?>