カテゴリーの説明箇所に数字を入力(例:000、001、002〜)

<?php
$terms = get_terms('menu_cat','orderby=description');
foreach ( $terms as $term ) {
echo '<li><a href="'.get_term_link($term).'">'.$term->name.'</a></li>';
}
?>

latest post

0